Slim numerical data compression 1.0
|
A standalone tool to read the slim file header info and print it. More...
#include <iostream>
#include <cstring>
#include "slim.h"
Functions | |
void | dump_one_file (const char *path) |
Dump the info from a single file. | |
int | main (int argc, char *argv[]) |
Main program. | |
A standalone tool to read the slim file header info and print it.
void dump_one_file | ( | const char * | path | ) |
int main | ( | int | argc, |
char * | argv[] ) |
Main program.
argc | Number of cmd-line tokens. |
argv | Command-line tokens. |
References dump_one_file().