switch-examples/templates/library/source/templatelib.c
2018-03-03 18:54:36 +00:00

7 lines
40 B
C

int myLibFunction() {
return 42;
}