Go to the source code of this file.
Functions | |
int | convert (const char *infile, const char *outfile, char tee) |
int | convert_main (int argc, char *argv[]) |
Open Movement API Example: Convert a binary data file to a CSV text file.
A command-line tool to convert a specified binary data file to a CSV text file.
Definition in file convert.c.
int convert | ( | const char * | infile, |
const char * | outfile, | ||
char | tee | ||
) |