summaryrefslogtreecommitdiff
path: root/src/user/include/knob/format.h
blob: 16d3d8318d9ad7b1e2a15277cf6379d3867ac72d (plain) (blame)
1
2
3
4
5
6
7
8
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