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