wut/samples/cmake/my_first_rpl/my_first_rpl.h

7 lines
104 B
C

#ifndef MY_FIRST_RPL_H
#define MY_FIRST_RPL_H
const char *my_first_export();
#endif // MY_FIRST_RPL_H