Implemented "ros_system_resource", a high-level interface for /system/resource/print.
[routeros-api.git] / src / ros_parse.h
index c68f0f2..a39ac89 100644 (file)
@@ -25,6 +25,7 @@
 _Bool sstrtob (const char *str);
 
 unsigned int sstrtoui (const char *str);
+uint64_t sstrtoui64 (const char *str);
 
 double sstrtod (const char *str);