1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 20:45:22 +02:00
cdt/build/org.eclipse.cdt.autotools.ui/templates/projecttemplates/AutotoolsSharedLibraryProject/libExample/libExample.c

7 lines
73 B
C
Raw Normal View History

#include "$(libName).h"
void
print_hello(){
printf("$(message)\n");
}