Line data Source code
1 : 2 : #include "lib.h" 3 : 4 1 : int main () 5 : { 6 1 : libfn1(); 7 1 : libfn2(5); 8 1 : } 9 :