SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
spr_kappend.c File Reference

Append KEY files. More...

Detailed Description

Append KEY files.

spr_kappend <-o ofname> [-i ifname](stdin)
Parameters
-o<em>ofname</em><aname="spr_kappend.o" class="el">
Output file name. At the end of this file the data will be appended. If the file does not exist, an empty file file will be assumed.
-i<em>ifname</em><aname="spr_kappend.i" class="el">
Input file name. This file will not be changed, its data will be appended after those of the output file.

Append KEY files. Appends the data from the input file to the end of the output file and adjusts the header accordingly.

Both files must have the same number of parameters, the same format, etc. Only the number of frames can differ between the files.

Author
Kris Demuynck
Date
8 Sep 1991
Revision History:
08/09/1991 - Dirk Van Compernolle
first version
27/05/2008 - Kris Demuynck
complete rewrite