#include <string>
#include <stdexcept>
#include <abuse/platform.h>
#include <abuse/nomem_error.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned char | byte |
simple typedef for byte type | |
Functions | |
__inline int | roundup (int what, int to) |
Rounds what up to to. | |
HMODULE | getResourceModuleHandle () |
Function to be implemented by Netlib clients. |
|
simple typedef for byte type
|
|
Function to be implemented by Netlib clients. This function is not implemented by Netlib library, but must be exported by any client using the library. It must return an handle to the resources of the client of the library.
|
|
Rounds what up to to. simple inline function that rounds a number to the upper nearest multiple of another
|