syscall_strings.h 131 B

1234567
  1. #ifndef __SYSCALL_STRINGS
  2. #define __SYSCALL_STRINGS
  3. const char * syscall_string(int syscall_number);
  4. #endif // __SYSCALL_STRINGS