This website requires JavaScript.
Explore
Help
Sign In
42
/
42_INT_01_libft
Watch
1
Star
0
Fork
0
You've already forked 42_INT_01_libft
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
ad9dca840f6964c10d8f832002b806100a1230bb
42_INT_01_libft
/
transform.c
Hugo LAMY
ad9dca840f
ecriture des regles de makefile en cours
2019-11-08 16:23:21 +01:00
5 lines
40 B
C
Raw
Blame
History
int
transform
(
int
a
)
{
return
(
-
-
a
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink