Separating itoa and ltoa to own file
This commit is contained in:
parent
dd78c1cc7d
commit
76c9075f71
4 changed files with 67 additions and 33 deletions
7
xtoa.h
Normal file
7
xtoa.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef HEADER_XTOA
|
||||
#define HEADER_XTOA
|
||||
|
||||
char* itoa(int value, int base);
|
||||
char* ltoa(long value, int base);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue