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