mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
3 lines
141 B
C
3 lines
141 B
C
SWIG_check_num_args(func_name, a, b) #define check_args_nr(a, b, r)
|
|
return_value_if_fail(lua_gettop(L) >= a && lua_gettop(L) <= b, ret);
|