RT-11 floppy -- create.c

John R Blaker jrb at wdl1.UUCP
Sat Feb 18 04:50:04 AEST 1984


/*==========================================================================*
 *			      == C R E A T E ==				    *
 *==========================================================================*
 * John R Blaker -- Ford Aerospace & Communications Corporation -- Oct 1982 *
 *==========================================================================*
 *==========================================================================*
 */

/*
 * Include files
 */

#include	"rt11.h"	/* Global definitions */

/*
 * create()
 * Stub
 */

create()
{
	verbose("CREATING NEW DISC");
	trace("Got to create()");
	error("Create function not implemented");
} /* create */



More information about the Comp.sources.unix mailing list