comparison doc/manual/manual_overview.tex @ 72:2b89d8497aad

- html manual work
author cslag
date Sun, 13 Mar 2016 21:08:59 +0100
parents 32e397e1674c
children 8326c5ced916
comparison
equal deleted inserted replaced
71:edc2afc17aa0 72:2b89d8497aad
20 \newpage 20 \newpage
21 21
22 \section{Overview} 22 \section{Overview}
23 23
24 The \product{dyncall} library encapsulates architecture-, OS- and compiler-specific 24 The \product{dyncall} library encapsulates architecture-, OS- and compiler-specific
25 function call semantics in a virtual 25 function call semantics in a virtual %
26 26 %
27 \begin{center} 27 \casehtml{\Tg<span clas="marker">}{\begin{center}}%
28 \emph{bind argument parameters from left to right and then call} 28 \emph{bind argument parameters from left to right and then call}
29 \end{center} 29 \casehtml{\Tg</span>}{\end{center}}%
30 30 %
31 interface allowing programmers to call C functions 31 interface allowing programmers to call C functions
32 in a completely dynamic manner. In other words, instead of calling a function 32 in a completely dynamic manner. In other words, instead of calling a function
33 directly, the \product{dyncall} library provides a mechanism to push the function parameters 33 directly, the \product{dyncall} library provides a mechanism to push the function parameters
34 manually and to issue the call afterwards.\\ 34 manually and to issue the call afterwards.\\
35 Since the idea behind this concept is similar to call dispatching mechanisms 35 Since the idea behind this concept is similar to call dispatching mechanisms