Programmation Avancée en C


myputs2.c

00001 int puts(const char* str)
00002 {
00003         return 0;
00004 }