00001 #ifndef NPS_DATACHECKLIB_H 00002 #define NPS_DATACHECKLIB_H 00003 #if !defined BUILDING_NPS_DATACHECK && !defined NPS_SMALL 00004 # define NPS_DATACHECK_LKG static inline 00005 #else 00006 # define NPS_DATACHECK_LKG 00007 #endif 00008 00009 00014 NPS_DATACHECK_LKG int nps_dataCheckLib_isInvalid(char **result, char *inS, size_t len); 00015 00016 00019 NPS_DATACHECK_LKG int processLine(char *ptr, size_t length, size_t lineNo, NPS_VOC_T *instDict, 00020 nps_error_t *err); 00021 00022 00023 #endif