honor restored
This commit is contained in:
13
tests/itoa.c
Normal file
13
tests/itoa.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "../main.h"
|
||||
#define shit 0
|
||||
/**
|
||||
* main - check if this works
|
||||
*/
|
||||
int main(void)
|
||||
{
|
||||
char *str;
|
||||
|
||||
str = _itoa(10, 2);
|
||||
_printf("%s", str);
|
||||
return (shit);
|
||||
}
|
||||
Reference in New Issue
Block a user