Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs | Functions | Variables
conmakehash.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sysexits.h>
#include <string.h>
#include <ctype.h>

Go to the source code of this file.

Macros

#define MAX_FONTLEN   256
 

Typedefs

typedef unsigned short unicode
 

Functions

int main (int argc, char *argv[])
 

Variables

unicode unitable [MAX_FONTLEN][255]
 
int unicount [MAX_FONTLEN]
 

Macro Definition Documentation

#define MAX_FONTLEN   256

Definition at line 23 of file conmakehash.c.

Typedef Documentation

typedef unsigned short unicode

Definition at line 25 of file conmakehash.c.

Function Documentation

int main ( int  argc,
char argv[] 
)

Definition at line 79 of file conmakehash.c.

Variable Documentation

int unicount[MAX_FONTLEN]

Definition at line 50 of file conmakehash.c.

unicode unitable[MAX_FONTLEN][255]

Definition at line 48 of file conmakehash.c.