Difference between API and ABI

I am new to Linux system programming and I came across API and ABI while reading Linux System Programming. Definition of API: An API defines the interfaces by which one piece of software communicates with another at the source level. Definition of ABI: Whereas an API defines a source interface, an ABI defines the low-level … Read more