#ifndef TEST_H_ #define TEST_H_ 1 /* declarații (antete) de funcții */ int test_fun1(int a, int b); int test_fun2(char *c, size_t d); #endif