strlib.h 116 B

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