4 lines
52 B
C
4 lines
52 B
C
|
|
int this_is_a_library_function() {
|
||
|
|
return 42;
|
||
|
|
}
|