even more docs

This commit is contained in:
Lysann Tranvouez 2025-10-03 23:59:07 +02:00
parent 2eeb075739
commit d126d9abbf
8 changed files with 117 additions and 3 deletions

View file

@ -3,7 +3,7 @@
#include <assert.h>
#include <string.h>
#include "mach_detours.h"
#include <mach_detours.h>
char* (*real_strerror)(int errno) = strerror;