Definition in file timesFile.h.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | TIMES_FILE_TERMINATOR -1.0 |
Special value used to terminate an array of float values. | |
Functions | |
int | tfMakeTimesFile (const char *name, const float values[]) |
Make a file in the current directory with the given name whose contents are the given array of floats. |
|
Make a file in the current directory with the given name whose contents are the given array of floats.
Definition at line 26 of file timesFile.c. References require, and TIMES_FILE_TERMINATOR. |