|
Linux Kernel
3.7.1
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <errno.h>#include <ctype.h>#include "classmap.h"#include "initial_sid_to_string.h"Go to the source code of this file.
Data Structures | |
| struct | security_class_mapping |
Macros | |
| #define | max(x, y) (((int)(x) > (int)(y)) ? x : y) |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | progname |
Definition at line 41 of file genheaders.c.
Definition at line 18 of file genheaders.c.
1.8.2