nwreckdum -- "*.pak" (ex.: "pak0.pak") file manipulator for the Linux console

Original program and documentation are in directories nwreckdum-master and
nwreckdum-0.0.6.

https://github.com/danfe/nwreckdum

File "nwr_old.c" (older version) has the contents of files "shhopt.h",
"shhopt.c" and "nwreckdum.c" from directory "nwreckdum-0.0.6" copied in it.
Type "long" was replaced with "int" (needed for 64-bit CPU) and some warnings
were eliminated.

File "nwreckdum.c" has the contents of files from directory "nwreckdum-master"
copied in it. Type "uint32_t" was replaced with "unsigned int" and some
warnings were eliminated.

To compile:

gcc nwreckdum.c -o nwreckdum -Wall -W

To extract file "pak0.pak", put executable file "nwreckdum" in the same
directory and type:

./nwreckdum

For other files, like "pak1.pak":

./nwreckdum -p pak1.pak -d pak1

No executable file for wINdoW$ provided, but "nwreckdum.exe", which was copied
from directory "nwreckdum-0.0.6" into directory "for_dos", can be used with
DOSBox.

Program "nwreckdum.exe" requires "CWSDPMI.EXE", also provided here, to run.

https://en.wikipedia.org/wiki/CWSDPMI

"CWSDPMI is a 32-bit DPMI host written by Charles W. Sandmann from 1996 to
2010,"
