libfuse/lib/util.h
Joanne Koong 535808c4d9 Add libfuse util strtol wrapper
Add a wrapper around strtol for more rigorous error checking
and convert uses of atoi and strtol to use this instead.
2024-10-11 13:15:38 +02:00

2 lines
48 B
C

int libfuse_strtol(const char *str, long *res);