#ifndef MY_FUNC #define MY_FUNC long myAtoi(const char*); #define TOTALstr "Total number of processes have to be at least 2.\n " #define MINstr "All clock values have to be not negative.\n" #define MAXstr "Maximal clock value have to be more than munimum.\n" #define PERCENTstr "Number of percents always non-negative.\n" #define TIMEstr "Time always possitive.\n" #define GAPstr "GAP have to be possutive. \n" #define NEWstr "Incoming process has to have non negative clock value. \n" #endif