AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
section()
void section
(
const char *
s
,
const char
l
=
'-'
)
print headline
Definition at line
92
of file
helpertest.cc
.
Referenced by
main()
.
93
{
94
cout << endl << s << endl;
95
const
char
* p=s;
96
while
(*p) { cout << l; ++p; }
97
cout << endl;
98
}
Here is the caller graph for this function:
tests
helpertest.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