1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-07-09 21:02:14 +02:00
switch-examples/templates/library/source/templatelib.c
2018-03-06 02:20:00 -05:00

7 lines
40 B
C

int myLibFunction() {
return 42;
}