NAME

auxputhead - put a formated string to seplib history file


SYNOPSIS

auxputhead(tag,format, value1, value2, ...)


INPUT PARAMETERS

tag - char*
      Tag of file tow rite out
format - char*
      C format statement
value1..n -
      void  values


DESCRIPTION

This function permits the C programmer to add information to the output history file using printf (3) format control.


COMMENTS

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.


SEE ALSO

printf(3), seplib, the putch manpage,the puthead manpage


DIAGNOSTICS

See printf(3) for error handling.


KEYWORDS

header print printf


LIBRARY

sep