7 lines
82 B
C
7 lines
82 B
C
![]() |
/* testlib.h */
|
||
|
#ifndef TESTLIB_H
|
||
|
#define TESTLIB_H
|
||
|
|
||
|
void print_message();
|
||
|
|
||
|
#endif
|