mirror of
https://github.com/wiiu-env/wut.git
synced 2025-02-03 21:56:22 +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
|