2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <aros/symbolsets.h>
7 #include <aros/startup.h>
10 #include "autoinit_intern.h"
12 char *_ProgramName
= NULL
;
14 void __initprogramname(struct ExecBase
*SysBase
)
16 char *cmd
= __get_command_name();
18 _ProgramName
= FilePart(cmd
);
20 __startup_entries_next();
25 ADD2SET(__initprogramname
, PROGRAM_ENTRIES
, -20);