Writes in binary or ASCII mode the real number arg into the file f. The global parameter DataIsBinary determines this choice. More...
#include "Carmen.h"
Functions | |
| int | FileWrite (FILE *f, const char *format, real arg) |
| Writes in binary or ASCII mode the real number arg into the file f with the format format. The global parameter DataIsBinary determines this choice. More... | |
Writes in binary or ASCII mode the real number arg into the file f. The global parameter DataIsBinary determines this choice.
| int FileWrite | ( | FILE * | f, |
| const char * | format, | ||
| real | arg | ||
| ) |
Writes in binary or ASCII mode the real number arg into the file f with the format format. The global parameter DataIsBinary determines this choice.
| f | File name |
| format | Format |
| arg | Argument |

1.8.6