explicaiton des makefiles presque fini
This commit is contained in:
7
test/srcs/to_uppercase.c
Normal file
7
test/srcs/to_uppercase.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "test.h"
|
||||
|
||||
int to_uppercase(int a)
|
||||
{
|
||||
a -= 32;
|
||||
return(a);
|
||||
}
|
||||
Reference in New Issue
Block a user