AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
section()
void section
(
const char *
s
)
print headline
Definition at line
68
of file
reprtest.cc
.
Referenced by
main()
.
69
{
70
cout << endl
71
<< s << endl;
72
const
char
* p=s;
73
while
(*p) {
74
cout <<
"-"
;
75
++p;
76
}
77
cout << endl;
78
}
Here is the caller graph for this function:
tests
reprtest.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