ftp.nice.ch/pub/next/tools/archiver/Opener.3.4b.Utils.s.tar.gz#/Opener.3.4a.Utils.s/macutils/hexbin/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"

struct macheader mh;

char info[INFOBYTES];
char trname[64];

int listmode;
int info_only;
int verbose;
int uneven_lines;
int to_read;
int was_macbin;

FILE *ifp;

#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.