Historique | Voir | Annoter | Télécharger (111 octet)
/*hellomodule.c*/
#include <stdio.h>
void say_hello(const char* name) {
printf("Hello %s!\n", name);
}