dongho a révisé ce gist 6 months ago. Aller à la révision
1 file changed, 5 insertions
helloworld_without_stdlib.c(fichier créé)
| @@ -0,0 +1,5 @@ | |||
| 1 | + | int printf(const char* restrict, ...); | |
| 2 | + | ||
| 3 | + | int main() { | |
| 4 | + | printf("hello world\n"); | |
| 5 | + | } | |
Plus récent
Plus ancien