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 shapetest.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: