|
NeKernel dev
|
Purpose of this file is to help port libs into the bootloader. More...
#include <string.h>Go to the source code of this file.
Macros | |
| #define | kLongMax ((long) (~0UL >> 1)) |
| #define | kLongMin (~kLongMax) |
| #define | SetMem(dst, c, sz) |
| #define | MoveMem(dst, src, sz) |
| #define | CopyMem(dst, src, sz) |
| #define | StrLen(src) |
| #define | StrCmp(dst, src) |
Functions | |
| int | IsSpace (int c) |
| int | StringNCompare (const char *destination, const char *source, long length) |
| long | StringToLong (const char *nptr, char **endptr, int base) |
Purpose of this file is to help port libs into the bootloader.
| #define CopyMem | ( | dst, | |
| src, | |||
| sz ) |
| #define kLongMax ((long) (~0UL >> 1)) |
| #define kLongMin (~kLongMax) |
| #define MoveMem | ( | dst, | |
| src, | |||
| sz ) |
| #define SetMem | ( | dst, | |
| c, | |||
| sz ) |
| #define StrCmp | ( | dst, | |
| src ) |
| #define StrLen | ( | src | ) |
|
inline |
|
inline |
|
inline |