switch-examples/templates/library/source/templatelib.c
2018-03-07 18:51:41 +01:00

7 lines
46 B
C

int myLibFunction() {
return 42;
}