Odamex
Setting the Standard in Multiplayer Doom
common/cmdlib.h File Reference

Go to the source code of this file.

Functions

void FixPathSeparator (std::string &path)
int ParseHex (char *str)
int ParseNum (char *str)
BOOL IsNum (char *str)
int StdStringCompare (std::string string1, std::string string2, bool CaseInsensitive)
char * COM_Parse (char *data)
char * copystring (const char *s)
void CRC_Init (unsigned short *crcvalue)
void CRC_ProcessByte (unsigned short *crcvalue, byte data)
unsigned short CRC_Value (unsigned short crcvalue)

Variables

std::string progdir
std::string startdir
char com_token [8192]
BOOL com_eof

Function Documentation

char* COM_Parse ( char *  data)
char* copystring ( const char *  s)
void CRC_Init ( unsigned short *  crcvalue)
void CRC_ProcessByte ( unsigned short *  crcvalue,
byte  data 
)
unsigned short CRC_Value ( unsigned short  crcvalue)
void FixPathSeparator ( std::string path)
BOOL IsNum ( char *  str)
int ParseHex ( char *  str)
int ParseNum ( char *  str)
int StdStringCompare ( std::string  string1,
std::string  string2,
bool  CaseInsensitive 
)

Variable Documentation

char com_token[8192]
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends