ecriture des regles de makefile en cours

This commit is contained in:
Hugo LAMY
2019-11-08 16:23:21 +01:00
parent 80898b1d80
commit ad9dca840f
13 changed files with 530 additions and 1 deletions

4
transform.c Normal file
View File

@@ -0,0 +1,4 @@
int transform(int a)
{
return(--a);
}