// 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____