summaryrefslogtreecommitdiff
path: root/tests/dylib.h
blob: 3b5d3698261bba06f4913e81de8f0668fd5ac341 (plain)
1
2
3
4
5
6
7
8
// here is a realyl great dynami library i made it myself
#ifndef DYLIB_H_IS_REALLY_INCLUDED____
#define DYLIB_H_IS_REALLY_INCLUDED____
// ---------------dylib HEADER FILE ---------
// /PLEASE INCLUDE IF YOU WANT TO USE dylib
extern int the_number; // the number what it is
void bigger(void); // make the number bigger by 1
#endif // DYLIB_H_IS_REALLY_INCLUDED____