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