Slim numerical data compression 1.0
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

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