Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/helpers.hpp

    r36166d rf80e20  
    4343    const char *file, const int line);
    4444  //__attribute__ ((__return__));
     45
     46typedef enum {
     47  Minus = -1,
     48  Zero = 0,
     49  Plus = +1
     50} sign_t;
    4551
    4652double ask_value(const char *text);
     
    5258int CompareDoubles (const void * a, const void * b);
    5359void performCriticalExit();
     60sign_t sign(double value);
    5461
    5562/********************************************** helpful template functions *********************************/
Note: See TracChangeset for help on using the changeset viewer.