mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-10 04:39:24 +01:00
7 lines
104 B
C
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
|