Unfolder 2.0 source

Source in C, Pascal, etc. Note: apps that come with source should be included here as well as the appropriate software directory.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Unfolder 2.0 source

Post by Info-Mac » February 8th, 1994, 11:00 am

Download: http://archive.info-mac.org/dev/src/ultra-c.hqx

--========================_13778016==_
Content-Type: text/plain; charset="us-ascii"

This is an implementation of the "Ultra" pseudo-random number generator.
Included are source code written in C/Assembly, a header file and a demo.
The code REQUIRES a Macintosh (or other computer with a *Motorola* chip
set, version 68020/68881 or higher).



--========================_13778016==_
Content-Type: application/mac-binhex40; name="Ultra.sit"
Content-Disposition: attachment; filename="Ultra.sit"




This is the source code for Unfolder 2.0, so it might be named unfolder20.c,
and put in the same directory as unfolder20.hqx.

/*
* The Unfolder - program to reconstitute MacBinary (II) encoded files.
*
* by various BIXen in the 'mac.hack/tutorial', started on 25 December 1989
*
* Originally written by Don Sample, Howard Shubs, and Bob Perkins on
* the BYTE Information eXchange (BIX), this program is intended to allow
* people with a C compiler and no way to transfer resources to their Mac
* to create a way to deal with Mac files which have been downloaded to
* non-Macintosh hardware. This program will, when told to Unfold,
* reconstitute a MacBinary version 1 or 2 file to its original state.
*
* The program will work as-is under THINK C 5.0.2, with just the MacTraps
Post Reply