ftp.nice.ch/pub/next/tools/archiver/Opener.3.4b.Utils.s.tar.gz#/Opener.3.4a.Utils.s/macutils/macunpack/globals.c

This is globals.c in view mode; [Download] [Up]

#include "globals.h"
#include "../fileio/machdr.h"
#include "../fileio/wrfile.h"
#include "../fileio/kind.h"

char info[INFOBYTES];
char text[F_NAMELEN+1];

int list, verbose, info_only, query, write_it, indent, dir_skip, no_dd;
FILE *infp;
int in_data_size = -1;
int in_rsrc_size = -1;
int in_ds, in_rs, ds_skip, rs_skip;

#ifdef SCAN
void do_error(string)
char *string;
{
    do_idf(string, ERROR);
}
#endif /* SCAN */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.