Trident icon indicating copy to clipboard operation
Trident copied to clipboard

Including sys libs

Open Jasemalsadi opened this issue 6 years ago • 0 comments

Hi , I wonder how you add the imports like : #include <sys/syscall.h> #include <sys/kauth.h> #include <sys/stat.h>

In the Xcode project, because I tried with swift project, but always give me error of not found library e.g. : 'sys/proc_info.h' file not found

Jasemalsadi avatar Jan 16 '19 09:01 Jasemalsadi