#include <string.h>
Go to the source code of this file.
Defines | |
#define | NPS_UTF8ISVALID_LKG static inline |
Enumerations | |
enum | nps_utf8errorno { nps_utf8valid = 0, nps_utf8missingCont = 1, nps_utf8overLong = 2, nps_utf8outOfRange = 3 } |
Functions | |
NPS_UTF8ISVALID_LKG const char *const | nps_utf8errorStr (int errno) |
NPS_UTF8ISVALID_LKG int | nps_utf8nextChar (const unsigned char *result, const unsigned char *const s) |
#define NPS_UTF8ISVALID_LKG static inline |
enum nps_utf8errorno |
NPS_UTF8ISVALID_LKG const char* const nps_utf8errorStr | ( | int | errno | ) |
NPS_UTF8ISVALID_LKG int nps_utf8nextChar | ( | const unsigned char * | result, | |
const unsigned char *const | s | |||
) |