Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/3GL/
C
C
/
C ABI
Search

C ABI

Creator
Creator
Seonglae Cho
Created
Created
2022 Jul 22 19:19
Editor
Editor
Seonglae Cho
Edited
Edited
2022 Sep 26 17:4
Refs
Refs

C defines no ABI

The ABI for C is platform specific
Bottom languages follow C ABI in language level
  • Rust
  • C++
  • C#
    C#
  • Kotlin
  • Zig
  • Nim
 
 
 
 
Does C have a standard ABI?
C defines no ABI. In fact, it bends over backwards to avoid defining an ABI. Those people, who like me, who have spent most of their programming lives programming in C on 16/32/64 bit architectures with 8 bit bytes, 2's complement arithmetic and flat address spaces, will usually be quite surprised on reading the convoluted language of the current C standard.
Does C have a standard ABI?
https://stackoverflow.com/questions/4489012/does-c-have-a-standard-abi
Does C have a standard ABI?
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/3GL/
C
C
/
C ABI
Copyright Seonglae Cho