/***************************************************************************** ExeNul() This function executes a null command. *****************************************************************************/ #include "zport.h" /* define portability identifiers */ #include "tecoc.h" /* define general identifiers */ #include "defext.h" /* define external global variables */ DEFAULT ExeNul() /* execute a null command */ { return SUCCESS; }