Functions | |
| int | endPrintError () |
| int | freecwdBuffer () |
| u_long | getCPUCount () |
| char * | getdefaultwd (char *path, int len) |
| int | getdefaultwd (string &out) |
| int | getdefaultwdlen () |
| int | getOSVersion () |
| u_long | getTicks () |
| int | preparePrintError () |
| int | setcwd (const char *dir) |
| int | setcwdBuffer () |
Variables | |
| char * | currentPath = 0 |
|
|
Set the text color to white on black. Return 0 on success. |
|
|
free the cwd buffer. |
|
|
Returns the number of processors available on the local machine. |
|
||||||||||||
|
Get the default working directory (Where is the main executable).
|
|
|
Get the defult directory using a string as output. Return 0 on success.
|
|
|
Get the default working directory length. |
|
|
Returns the version of the operating system. Return 0 on fails. |
|
|
Return the ticks count. Used to check time variations. Return 0 on errors. |
|
|
Set the text color to red on black. Return 0 on success. |
|
|
Set the current working directory. Returns Zero if successful.
|
|
|
Save the current working directory. Return -1 on fails. Return 0 on success. |
|
|
|
1.3.9.1