1
0
mirror of https://github.com/switchbrew/switch-examples.git synced 2025-07-04 18:42:15 +02:00
switch-examples/templates/library/source/templatelib.c
2018-03-07 18:51:41 +01:00

7 lines
46 B
C

int myLibFunction() {
return 42;
}