/*************************************************************************/
/* Autor      : RTA                                                      */
/* Computer   : Amiga                                                    */
/* Sprache    : Ansi C                                                   */
/* Compiler   : SAS C-Compiler Version 5.1a                              */
/* Dateiname  : help.c                                                   */
/* Projekt    : OnlineHelp                                               */
/* Erstellt am: 24 Aug 1991,14:12                                        */
/*************************************************************************/

#include "online.h"

void help()
{
if(_Backstdout) Write(_Backstdout, errortext.help, strlen(errortext.help));
else SimpleRequest(BANNER"%s",errortext.help);
closeall(NULL);
}
