summaryrefslogtreecommitdiff
path: root/graphs/piscine/my_itoa/my_itoa.h
blob: 8e84c72691f1f5247f656c4ea74428eb832beadb (plain)
1
2
3
4
5
6
#ifndef MY_ITOA_H
#define MY_ITOA_H

char *my_itoa(int value, char *s);

#endif /* ! MY_ITOA_H */