UNPKG

@bugsplat/sysvelf

Version:

An Executable and Linkable Format (ELF) parser.

11 lines (10 loc) 197 B
/** * Version constants. * * System V Application Binary Interface, section 4 (pg. 49) * http://www.sco.com/developers/devspecs/gabi41.pdf */ module.exports = { NONE : 0, CURRENT : 1 }