windows.h File Reference
#include <sys/select.h>
Go to the source code of this file.
Typedefs |
typedef unsigned char | BYTE |
Enumerations |
enum | { FALSE = false,
TRUE = true
} |
Functions |
int | max (int a, int b) |
int | min (int a, int b) |
void | Sleep (long dwMilliseconds) |
Typedef Documentation
typedef unsigned char BYTE |
Enumeration Type Documentation
Function Documentation
int max |
( |
int |
a, |
|
|
int |
b | |
|
) |
| | [inline] |
int min |
( |
int |
a, |
|
|
int |
b | |
|
) |
| | [inline] |
void Sleep |
( |
long |
dwMilliseconds |
) |
[inline] |