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/include/libExample.h

9 lines
99 B
C
Raw Normal View History

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