mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
8 lines
99 B
C
8 lines
99 B
C
#ifndef $(libName)_H
|
|
#define $(libName)_H
|
|
|
|
#include "stdio.h"
|
|
|
|
extern void print_hello ();
|
|
|
|
#endif
|