Lolly
1.4.28
Loading...
Searching...
No Matches
tests
lolly
system
Functions
example_dynamic_library.cpp File Reference
Go to the source code of this file.
Functions
double
square_div_2
(int
arg
)
Function Documentation
◆
square_div_2()
double square_div_2
(
int
arg
)
Definition at line
14
of file
example_dynamic_library.cpp
.
14
{
15
return
arg
*
arg
/ 2.0;
16
};
list
The list class represents a linked list.
Definition
list.hpp:48
Generated by
1.10.0