AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
section()
void section
(
const char *
s
,
const char
l
=
'-'
)
print headline
Definition at line
83
of file
f77test.cc
.
Referenced by
main()
.
84
{
85
cout << endl << s << endl;
86
const
char
* p=s;
87
while
(*p) { cout << l; ++p; }
88
cout << endl;
89
}
Here is the caller graph for this function:
tests
f77test.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