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

8 lines
99 B
C

#ifndef $(libName)_H
#define $(libName)_H
#include "stdio.h"
extern void print_hello ();
#endif