2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include "dos_intern.h"
10 /*****************************************************************************
13 #include <proto/dos.h>
18 AROS_LHA(LONG
, returnCode
, D1
),
21 struct DosLibrary
*, DOSBase
, 24, Dos
)
25 Obsolete function, the purpose of which was to exit from a BCPL program.
26 DO NOT CALL THIS FUNCTION!
34 This function is obsolete and doens't do anything. Therefore, do not
45 *****************************************************************************/
49 /* Poof, program lost in BCPL space */
51 /* Maybe we should somehow notify the user that this is not
52 a function to use in a direct manner? */