mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 04:04:31 +08:00
535808c4d9
Add a wrapper around strtol for more rigorous error checking and convert uses of atoi and strtol to use this instead.
2 lines
48 B
C
2 lines
48 B
C
int libfuse_strtol(const char *str, long *res);
|