Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
genheaders.c File Reference
#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 charprogname
 

Macro Definition Documentation

#define max (   x,
  y 
)    (((int)(x) > (int)(y)) ? x : y)

Definition at line 16 of file genheaders.c.

Function Documentation

int main ( int  argc,
char argv[] 
)

Definition at line 41 of file genheaders.c.

Variable Documentation

const char* progname

Definition at line 18 of file genheaders.c.