nfs-ganesha 1.4
|
00001 00010 #ifndef __PARSE_TYPE__ 00011 #define __PARSE_TYPE__ 00012 00014 #define PRINT_LEN 20 00015 00022 int real2str(char *str, double num); 00023 00030 int str2real(double *pnum, char *str); 00031 00032 int big2str(char *str, int64_t num); 00033 00034 int str2big(int64_t * pnum, char *str); 00035 00036 #endif /* __PARSE_DOUBLE__ */