Changes in src/helpers.hpp [36166d:f80e20]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/helpers.hpp
r36166d rf80e20 43 43 const char *file, const int line); 44 44 //__attribute__ ((__return__)); 45 46 typedef enum { 47 Minus = -1, 48 Zero = 0, 49 Plus = +1 50 } sign_t; 45 51 46 52 double ask_value(const char *text); … … 52 58 int CompareDoubles (const void * a, const void * b); 53 59 void performCriticalExit(); 60 sign_t sign(double value); 54 61 55 62 /********************************************** helpful template functions *********************************/
Note:
See TracChangeset
for help on using the changeset viewer.