Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
inline-functions.cpp File Reference
#include <iostream>
Include dependency graph for inline-functions.cpp:

Go to the source code of this file.

Functions

int muladd (int a, int b, int c)
 
int main ()
 

Function Documentation

int muladd ( int  a,
int  b,
int  c 
)
inline

Definition at line 9 of file inline-functions.cpp.

Referenced by main().

Here is the caller graph for this function:

int main ( )

Definition at line 11 of file inline-functions.cpp.

References muladd().

Here is the call graph for this function: