File: simpleCalc.h

package info (click to toggle)
wcalc 2.4-1.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,916 kB
  • sloc: ansic: 7,089; objc: 2,002; sh: 890; lex: 816; yacc: 641; makefile: 103
file content (9 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#ifndef SIMPLECALC_H
#define SIMPLECALC_H

void simpleEval();
char *simpleCalc(const unsigned char input, const char *expStr);
void simpleClearEntry();
void simpleClearAll();

#endif