summaryrefslogtreecommitdiff
path: root/graphs/piscine/my_itoa_base/my_itoa_base.h
blob: 0be631430afe54cb640876a7d0728caee8beb5d4 (plain)
1
2
3
4
5
6
#ifndef MY_ITOA_BASE_H
#define MY_ITOA_BASE_H

char *my_itoa_base(int n, char *s, const char *base);

#endif /* ! MY_ITOA_BASE_H */