#include <PosixOS.h>
Inheritance diagram for PosixOS::

Static Public Methods | |
| void | printToConsole (const char *fmt,...) |
| int | sprintf (char *buf, const char *fmt,...) |
| char * | strtok (char *s, const char *tokens) |
| char * | strcpy (char *dst, const char *src) |
| char * | strncpy (char *dst, const char *src, int size) |
| char * | strcat (char *dst, const char *app) |
| int | strlen (const char *str) |
| int | strcmp (const char *str1, const char *str2) |
| int | strncmp (const char *str1, const char *str2, int len) |
| char * | strchr (const char *str, int c) |
| char * | strrchr (const char *str, int c) |
| char * | strstr (const char *str1, const char *str2) |
| int | atoi (const char *s) |
| void * | memset (void *s, int val, int len) |
| Time | time (Time *t) |
| Time | mktime (TM *t) |
| int | rand () |
| void | srand (unsigned int seed) |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Definition at line 7 of file PosixOS.cpp. |
|
|
|
|
||||||||||||||||
|
Reimplemented in OS. Definition at line 20 of file PosixOS.cpp. |
|
|
|
|
||||||||||||
|
Definition at line 27 of file PosixOS.h. Referenced by OS::sprintf(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 21 of file PosixOS.h. Referenced by OS::strdup(). |
|
|
Definition at line 30 of file PosixOS.h. Referenced by OS::getUserName(), OS::setValue(), OS::sprintf(), and OS::strdup(). |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 57 of file PosixOS.h. References Time. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001