#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <stdio.h>
#include <errno.h>
|
#define | warn(...) fprintf(stderr, __VA_ARGS__) |
|
#define | MAX(x, y) (((x) > (y)) ? (x) : (y)) |
|
◆ MAX
#define MAX |
( |
|
x, |
|
|
|
y |
|
) |
| (((x) > (y)) ? (x) : (y)) |
◆ warn
#define warn |
( |
|
... | ) |
fprintf(stderr, __VA_ARGS__) |
◆ free_syscall_names()
void free_syscall_names |
( |
void |
| ) |
|
◆ init_syscall_names()
void init_syscall_names |
( |
void |
| ) |
|
◆ list_syscalls()
int list_syscalls |
( |
void |
| ) |
|
◆ syscall_name()
void syscall_name |
( |
unsigned |
n, |
|
|
char * |
buf, |
|
|
size_t |
size |
|
) |
| |