NAME

puthead - put a formated string to seplib history file


SYNOPSIS

puthead(format, value1, value2, ...)


INPUT PARAMETERS

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("\\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


DIAGNOSTICS

See printf(3) for error handling.


KEYWORDS

header print printf


LIBRARY

sep