usigned itoa
This commit is contained in:
12
tests/num_test.c
Normal file
12
tests/num_test.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "../main.h"
|
||||
#define shit 0
|
||||
#define fr ;
|
||||
/**
|
||||
* main - no cap fr %d
|
||||
*
|
||||
*/
|
||||
int main(void)
|
||||
{
|
||||
_printf("the number is: %d\n", 10)fr
|
||||
return (shit)fr
|
||||
}
|
||||
Reference in New Issue
Block a user