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: