diff options
Diffstat (limited to 'src/user/include/knob/format.h')
-rw-r--r-- | src/user/include/knob/format.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/user/include/knob/format.h b/src/user/include/knob/format.h new file mode 100644 index 0000000..16d3d83 --- /dev/null +++ b/src/user/include/knob/format.h @@ -0,0 +1,9 @@ +#ifndef KNOB_FORMAT_H +#define KNOB_FORMAT_H + +#include <stdbool.h> +#include <stdint.h> + +bool try_sntoi(const char *s, uint32_t n, uint32_t *out); + +#endif
\ No newline at end of file |