Copyright clean-up (part 1):
[AROS.git] / arch / all-hosted / bootstrap / shutdown.c
blobe9cea9a651984685f1074f7a73b3123358366c22
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <stdlib.h>
8 #include "shutdown.h"
10 void SaveArgs(char **argv)
12 /* Nothing to save since we can't re-run ourselves */