Toggle navigation
Open-FVS
Dashboard
Settings
Profile
Help
Main Page
Modules
Data Types List
Files
File List
File Members
fire
fofem
src
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[]);
xstrcmpi
int xstrcmpi(char a[], char b[])
Definition:
fof_unix.c:36
xstrupr
void xstrupr(char cr[])
Definition:
fof_unix.c:51