#ifndef EXAMPLELIB_H
#define EXAMPLELIB_H

void examplelib_function(void);

#endif
