Go to the first, previous, next, last section, table of contents.


newcal

int newcal(char *file)

Return:

0
Success
-1
Failure: unable to open file

This function creates a new calibration file (in the current directory) containing the contents of the calibration list (which is not modified). file must satisfy the standard conditions for a DB file name, i.e., it may contain letters, digits, or underscores. (This function was first introduced in DB library version 6.0.)


Go to the first, previous, next, last section, table of contents.



George B. Moody (george@hstbme.mit.edu)