summaryrefslogtreecommitdiff
path: root/graphs/piscine/my_atoi/my_atoi.h
blob: b520d09aa4b8b70520786eece802ce232bef852f (plain)
1
2
3
4
5
6
7
8
#ifndef MY_ATOI_H
#define MY_ATOI_H

#include <stddef.h>

int my_atoi(const char *str);

#endif /* ! MY_ATOI_H */