util.h File Reference
#include "upnp.h"
Go to the source code of this file.
Define Documentation
| #define EVENT_TERMINATE -3 |
| #define EVENT_TIMEDOUT -2 |
| #define GEMD_OUT_OF_MEMORY -1 |
| #define max |
( |
a, |
|
|
b |
|
) |
(((a)>(b))? (a):(b)) |
| #define min |
( |
a, |
|
|
b |
|
) |
(((a)<(b))? (a):(b)) |
Typedef Documentation
Function Documentation
| void linecopy |
( |
OUT char |
dest[LINE_SIZE], |
|
|
IN const char * |
src | |
|
) |
| | |
| void linecopylen |
( |
OUT char |
dest[LINE_SIZE], |
|
|
IN const char * |
src, |
|
|
IN size_t |
srclen | |
|
) |
| | |
| void log_error |
( |
IN const char * |
fmt, |
|
|
|
... | |
|
) |
| | |
| void namecopy |
( |
OUT char |
dest[NAME_SIZE], |
|
|
IN const char * |
src | |
|
) |
| | |