File: eng_math.h

package info (click to toggle)
fungw 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,268 kB
  • sloc: ansic: 24,257; makefile: 500; sh: 32; awk: 9; perl: 8; tcl: 7; javascript: 7; ruby: 7; python: 6
file content (5 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (3)
1
2
3
4
5
/* The only public function of an engline is its initialization; once this
   is called, before an fgw_atexit() call, the engine is known to fungw
   and is available for instantiation in any context. */
void eng_math_init(void);