mathlib.h 115 B

12345678910111213
  1. /*
  2. ** Math library to LUA
  3. ** TeCGraf - PUC-Rio
  4. ** $Id: $
  5. */
  6. #ifndef strlib_h
  7. void mathlib_open (void);
  8. #endif