#include "plibc_private.h"
Go to the source code of this file.
Functions | |
int | _win_isSocketValid (int s) |
void | __plibc_panic_default (int err, char *szMsg) |
Default panic proc. | |
int | plibc_init (char *pszOrg, char *pszApp) |
Initialize POSIX emulation and set up Windows environment. | |
void | plibc_shutdown () |
Clean up Windows environment. | |
void | plibc_set_panic_proc (TPanicProc proc) |
Register a function which is called when plibc encounters an interal error. |
Definition in file plibc.c.
|
Default panic proc.
For internal use only.
Definition at line 135 of file plibc.c. Referenced by plibc_init(). |
|
Check if socket is valid
Definition at line 125 of file plibc.c. Referenced by _win_read(), and _win_write(). |
|
Initialize POSIX emulation and set up Windows environment.
Definition at line 150 of file plibc.c. References __plibc_panic_default(), _plibc_DetermineHomeDir(), and _plibc_DetermineRootDir(). |
|
Register a function which is called when plibc encounters an interal error.
|