lib.c (90B)
1 #include "lib.h" 2 #include <stdio.h> 3 4 5 void hello(void) 6 { 7 printf("Hello, C-world!\n"); 8 }