![]() |
Public API Reference |
#include <stdarg.h>
#include <stdio.h>
#include "csutil/ref.h"
#include "csutil/csstring.h"
Go to the source code of this file.
System functions | |
| bool | csDefaultRunLoop (iObjectRegistry *) |
| Implements a default run-loop for stand-alone applications. More... | |
| bool | csPlatformStartup (iObjectRegistry *) |
| Platform-specific startup. More... | |
| bool | csPlatformShutdown (iObjectRegistry *) |
| Platform-specific shutdown. More... | |
| int | csPrintf (const char *str,...) |
| CS version of printf. More... | |
| int | csPrintfV (const char *str, va_list arg) |
| CS version of vprintf. More... | |
| int | csFPutErr (const char *str) |
| CS version of fputs (<str>, stderr). More... | |
| csTicks | csGetTicks () |
| Get the current tick count. More... | |
| void | csSleep (int) |
| This function will freeze your application for given number of 1/1000 seconds. More... | |
| csString | csGetUsername () |
| Get the username of the account running the program. More... | |
| csPtr< iConfigFile > | csGetPlatformConfig (const char *key) |
| Get a platform-specific config object. More... | |
Definition in file sysfunc.h.