WHY2/include/misc.h

8 lines
186 B
C

#ifndef WHY2_MISC_H
#define WHY2_MISC_H
void checkVersion(); //THIS FUNCTION CHECKS IF LATEST VERSION OF WHY2 IS USED
int countIntLength(int number); //RETURNS LENGTH OF number
#endif