[net.sources] RT-11 floppy -- create.c

jrb@wdl1.UUCP (John R Blaker) (02/17/84)

/*==========================================================================*
 *			      == 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 */