00001
00002
00003 #ifndef NPS_UTF8SZ_H
00004 #define NPS_UTF8SZ_H
00005
00006 #if !defined BUILDING_UTF8SZ && !defined NPS_SMALL
00007 # define NPS_UTF8SZ_LKG static inline
00008 #else
00009 # define NPS_UTF8SZ_LKG
00010 #endif
00011
00012 #include <string.h>
00013
00014 NPS_UTF8SZ_LKG size_t nps_utf8sz(const char *const s);
00015
00016 #endif