/*@@ @file Subsystems.c @date Fri Jul 23 14:38:25 1999 @author Tom Goodale @desc Misc stuff for the subsystems. @enddesc @@*/ /*@@ @routine InitialiseSubsystemDefaults @date Fri Jul 23 14:39:53 1999 @author Tom Goodale @desc Sets up the defaults for the overloadable functions in the subsystems. @enddesc @calls @calledby @history @endhistory @@*/ int InitialiseSubsystemDefaults(void) { SetupMainFunctions(); SetupCommFunctions(); SetupIOFunctions(); return 0; }