add gzip, bzip2

'
This commit is contained in:
rsc 2004-04-14 20:09:21 +00:00
parent 4314729dde
commit ff3adf6082
44 changed files with 9880 additions and 2 deletions

8
src/cmd/bzip2/lib/unix.h Normal file
View file

@ -0,0 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <math.h>
#include <errno.h>
#include <ctype.h>