00001 #ifndef NPS_UTF8DELTA_H
00002 #define NPS_UTF8DELTA_H
00003
00004 #if !defined BUILDING_UTF8DELTA && !defined NPS_SMALL
00005 # define NPS_UTF8DELTA_LKG static inline
00006 #else
00007 # define NPS_UTF8DELTA_LKG
00008 #endif
00009
00010 #include <string.h>
00011
00012
00013
00014 NPS_UTF8DELTA_LKG size_t nps_utf8delta(const char *const start, const char *const eptr);
00015
00016 #endif