summaryrefslogtreecommitdiff
path: root/utils.h
blob: 8451ada3e73bf9fec262c4f7f9d8137694dc5cfa (plain) (blame)
1
2
3
4
#include <stdint.h>
#include "types.h"

uint64_t str_to_unsigned(struct string str, uint8_t *err);