luaL_checkint and luaL_checkinteger
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: luaL_checkint and luaL_checkinteger
- From: nr@... (Norman Ramsey)
- Date: 2008年3月03日 15:06:18 -0500 (EST)
It would be good if in Lua 5.2 it were documented that
luaL_checkint and luaL_checkinteger don't check for overflow.
It would be even better if they checked for overflow.
Norman