ContinousIntegrationPlayground
 All Files Functions Pages
mylib2.h
Go to the documentation of this file.
1 
9 #ifndef CONTINOUSINTEGRATIONPLAYGROUND_MYLIB2_H
10 #define CONTINOUSINTEGRATIONPLAYGROUND_MYLIB2_H
11 
17 int dummyFunction2(int input){
18  return input;
19 }
20 
21 #endif //CONTINOUSINTEGRATIONPLAYGROUND_MYLIB2_H
int dummyFunction2(int input)
a dummy function that returns the output integer
Definition: mylib2.h:17