usigned itoa

This commit is contained in:
LinlyBoi
2023-08-22 22:02:10 +03:00
parent 43c82c55fb
commit 44951b7b51
3 changed files with 22 additions and 1 deletions

12
tests/num_test.c Normal file
View 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
}