AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
section()
void section
(
const char *
s
)
print headline
Definition at line
55
of file
seriestest.cc
.
Referenced by
main()
.
56
{
57
cout << endl
58
<< s << endl;
59
const
char
* p=s;
60
while
(*p) {
61
cout <<
"-"
;
62
++p;
63
}
64
cout << endl;
65
}
Here is the caller graph for this function:
tests
seriestest.cc
Generated on Mon Aug 21 2023 17:36:08 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14