Slim numerical data compression  1.0
Functions
slim_dump.cpp File Reference
#include <iostream>
#include <cstring>
#include "slim.h"

Functions

void dump_one_file (const char *path)
 Dump the info from a single file. More...
 
int main (int argc, char *argv[])
 Main program. More...
 

Detailed Description

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

Function Documentation

◆ dump_one_file()

void dump_one_file ( const char *  path)

Dump the info from a single file.

Parameters
pathThe path to the file.

Referenced by main().

◆ 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().