Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/helpers.hpp

    rf80e20 r36166d  
    4444  //__attribute__ ((__return__));
    4545
    46 typedef enum {
    47   Minus = -1,
    48   Zero = 0,
    49   Plus = +1
    50 } sign_t;
    51 
    5246double ask_value(const char *text);
    5347bool check_bounds(double *x, double *cell_size);
     
    5852int CompareDoubles (const void * a, const void * b);
    5953void performCriticalExit();
    60 sign_t sign(double value);
    6154
    6255/********************************************** helpful template functions *********************************/
Note: See TracChangeset for help on using the changeset viewer.