libctru/examples/templates/library/source/templatelib.c

7 lines
40 B
C
Raw Normal View History

2014-12-24 20:32:49 +01:00
int myLibFunction() {
return 42;
}