ParamKit
A small library helping to parse commandline parameters (for Windows).
|
Go to the source code of this file.
Macros | |
#define | MIN(x, y) ((x) < (y) ? (x) : (y)) |
Functions | |
void | calc_histogram (const char s1[], size_t hist1[255]) |
size_t | calc_unique_chars (size_t hist1[255]) |
#define MIN | ( | x, | |
y | |||
) | ((x) < (y) ? (x) : (y)) |
Definition at line 6 of file strings_util.cpp.
|
inline |
Definition at line 80 of file strings_util.cpp.
|
inline |
Definition at line 90 of file strings_util.cpp.