|
Functions |
| int | str2num (char *sz, int base) |
| | Conversion from sz to numbers.
|
| int | str2num (wchar_t *sz, int base) |
| | Conversion from sz to numbers.
|
| int | RandomNum (int nLowNum, int nHighNum) |
| | Returns a random number between bounds.
|
| int | fillIntArray (char *str, int *array, int maxsize, int defval, int base) |
| | fills an integer array with tokens extracted from a string
|
| void | readSplitted (FILE *F, char *script1, char *script2) |
| | reads a line splitted (read2 clone)
|
| char * | RealTime (char *time_str) |
| | return current local time
|
| Location | Loc (UI16 x, UI16 y, SI08 z, SI08 dispz) |
| | build a Location structure
|