This commit is contained in:
Daniel Stenberg 2008-06-30 09:39:26 +00:00
Родитель e6c23672b2
Коммит 654f047302
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@
ABI - Application Binary Interface
First, allow me to define the word for this context: ABI describes the
low-level interface between an application program a library. Calling
low-level interface between an application program and a library. Calling
conventions, function arguments, return values, struct sizes/defines and
more.