File: cexp.h

package info (click to toggle)
eli 4.4.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 29,180 kB
  • ctags: 46,497
  • sloc: ansic: 290,588; sh: 4,471; makefile: 4,420; tcl: 3,517; lisp: 73; yacc: 71; sed: 44; awk: 11
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
/* $Id: cexp.h,v 1.1.1.1 2001/04/26 20:01:49 waite Exp $ */

#if PROTO_OK
extern int parse_c_expression (char *);
#else
extern int parse_c_expression ();
#endif