2025-02-22 12:11:30 +01:00

7 lines
82 B
C

/* testlib.h */
#ifndef TESTLIB_H
#define TESTLIB_H
void print_message();
#endif