Document of c-modernization-kit (calc) 1.0.0
Loading...
Searching...
No Matches
libcalc_const.h
Go to the documentation of this file.
1
13
14#ifndef LIBCALC_CONST_H
15#define LIBCALC_CONST_H
16
17#define CALC_SUCCESS 0
18#define CALC_ERROR -1
19
20#define CALC_KIND_ADD 1
21#define CALC_KIND_SUBTRACT 2
22#define CALC_KIND_MULTIPLY 3
23#define CALC_KIND_DIVIDE 4
24
25#endif /* LIBCALC_CONST_H */