Slim numerical data compression  1.0
Functions
slim_dump.cpp File Reference

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.

Detailed Description

A standalone tool to read the slim file header info and print it.

Function Documentation

void dump_one_file ( const char *  path)

Dump the info from a single file.

Parameters
pathThe path to the file.

Referenced by main().

int main ( int  argc,
char *  argv[] 
)

Main program.

Parameters
argcNumber of cmd-line tokens.
argvCommand-line tokens.
Returns
Status value.

References dump_one_file().