Changes between Version 11 and Version 12 of AppDev
- Timestamp:
- Jan 26, 2015, 11:55:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDev
v11 v12 12 12 double dtime():: return Unix time with fractional seconds 13 13 double dday():: return Unix time at start of this day 14 void boinc_sleep(double):: sleep for given period14 void boinc_sleep(double):: sleep for given number of seconds 15 15 double drand(), rand_normal():: uniform and normal random numbers 16 read_file_string(const char* path, st d::string&):: read file into string16 read_file_string(const char* path, string&):: read file into string 17 17 18 18 == File system ==