#ifndef JOS_INC_STRING_H
#define JOS_INC_STRING_H

#include <inc/types.h>

int	strtou64(const char *s, char **endptr, int base, uint64_t *result);

#endif /* not JOS_INC_STRING_H */
