switch-examples/templates/library/source/templatelib.c
2018-03-06 02:20:00 -05:00

7 lines
40 B
C

int myLibFunction() {
return 42;
}