fof_ansi.h
Go to the documentation of this file.
1 //
2 // $Id$
3 //
4 /*{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}
5 * Name: fof_ansi.h
6 * Desc: These are the functions that are not standard library functions
7 * I put them here incase we need to port code as standard
8 {*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}{*}*/
9 
10 
11 int xstrcmpi(char a[], char b[]);
12 
13 void xstrupr (char cr[]);
int xstrcmpi(char a[], char b[])
Definition: fof_unix.c:36
void xstrupr(char cr[])
Definition: fof_unix.c:51