Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!hpda!fortune!wdl1!jrb From: jrb@wdl1.UUCP (John R Blaker) Newsgroups: net.sources Subject: RT-11 floppy -- create.c Message-ID: <152@wdl1.UUCP> Date: Fri, 17-Feb-84 13:50:04 EST Article-I.D.: wdl1.152 Posted: Fri Feb 17 13:50:04 1984 Date-Received: Sun, 19-Feb-84 03:02:30 EST Lines: 25 /*==========================================================================* * == 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 */