AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
section()
void section
(
const char *
s
,
const char
l
=
'-'
)
print headline
Definition at line
54
of file
operatortest.cc
.
Referenced by
main()
.
55
{
56
cout << endl << s << endl;
57
const
char
* p=s;
58
while
(*p) { cout << l; ++p; }
59
cout << endl;
60
}
Here is the caller graph for this function:
tests
operatortest.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