Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 254 Bytes

abi.md

File metadata and controls

9 lines (9 loc) · 254 Bytes

ABI

  • Application Binary Interface
  • ABI is similar to API
    • ABI
      • Interface to machine code
      • How data structure, and computational routine are accessed in machine code
      • Low level
    • API
      • Interface to human