auxputhead - put a formated string to seplib history file
auxputhead(tag,format, value1, value2, ...)
Tag of file tow rite out
C format statement
void values
This function permits the C programmer to add information to the output history file using printf (3) format control.
These values may be diverted from the default history file on standard output with the command line parameter `head=filename'. Thus one might code
puthead("out","\\tn1=%d n2=%d esize=%d\\n",nsamples,ntraces,4);
to reflect a change in size and format of the input data.
printf(3), seplib, the putch manpage,the puthead manpage
See printf(3)
for error handling.
header print printf
sep