aoc-2023/libs/strTools.h

4 lines
74 B
C

#ifndef HEADER_FILE
#define HEADER_FILE
int char_to_int(char *str);
#endif