Skip to content

Instantly share code, notes, and snippets.

@bstrie
Created October 9, 2012 15:42
Show Gist options
  • Save bstrie/3859617 to your computer and use it in GitHub Desktop.
Save bstrie/3859617 to your computer and use it in GitHub Desktop.
struct Struct_lua_Debug {
event: c_int,
name: *c_schar,
namewhat: *c_schar,
what: *c_schar,
source: *c_schar,
currentline: c_int,
linedefined: c_int,
lastlinedefined: c_int,
nups: c_uchar,
nparams: c_uchar,
isvararg: c_schar,
istailcall: c_schar,
short_src: [c_schar]/60,
i_ci: *Struct_CallInfo,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment