mirror of
https://github.com/lua/lua
synced 2024-11-22 12:51:30 +03:00
14 lines
115 B
C
14 lines
115 B
C
/*
|
|
** Math library to LUA
|
|
** TeCGraf - PUC-Rio
|
|
** $Id: $
|
|
*/
|
|
|
|
|
|
#ifndef strlib_h
|
|
|
|
void mathlib_open (void);
|
|
|
|
#endif
|
|
|