aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
blob: 25e51eed9183da31a9d1a4950287f81e63dad1cf (plain)
1
2
3
4
5
6
7
#ifndef UTILS_H
#define UTILS_H
#include <stdbool.h>

int parse_int(char *string, char *arg);

#endif