7 lines
97 B
C
7 lines
97 B
C
|
#ifndef _templatelib_h_
|
||
|
#define _templatelib_h_
|
||
|
|
||
|
int myLibFunction();
|
||
|
|
||
|
#endif // _templatelib_h_
|