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: