AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
section()
void section
(
const char *
s
,
const char
l
=
'-'
)
print headline
Definition at line
75
of file
arraytest.cc
.
Referenced by
main()
.
76
{
77
cout << endl << s << endl;
78
const
char
* p=s;
79
while
(*p) { cout << l; ++p; }
80
cout << endl;
81
}
Here is the caller graph for this function:
tests
arraytest.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