|
@@ -31,9 +31,9 @@
|
|
#define DATETIME_LENGTH DATETIME_SIZE - 1
|
|
#define DATETIME_LENGTH DATETIME_SIZE - 1
|
|
|
|
|
|
|
|
|
|
-inline void get_datetime(str *dest);
|
|
|
|
-inline unsigned int get_current_timestamp();
|
|
|
|
-inline int timestamp2isodt(str *dest, unsigned int timestamp);
|
|
|
|
|
|
+void get_datetime(str *dest);
|
|
|
|
+unsigned int get_current_timestamp();
|
|
|
|
+int timestamp2isodt(str *dest, unsigned int timestamp);
|
|
double str2double(str *string);
|
|
double str2double(str *string);
|
|
|
|
|
|
#endif /* _CNXCC_H */
|
|
#endif /* _CNXCC_H */
|