[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int putinfo(char *s) |
This function writes s as an "info" string into the
`hea' file that was created by the most recent invocation of
newheader
. The string argument, s, must be null-terminated
and should not contain newline characters. No more than 254 characters
may be written in a single invocation of putinfo
. Two or more
info strings may be written to the same header by successive
invocations of putinfo
. Note that newheader
or
setheader
must be used before putinfo
. (This function was
first introduced in WFDB library version 4.0.)