/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/ * /\____/ * \_/__/ * * Some compatibility with DJGPP won't hurt. * * By Michael Bukin. * * See readme.txt for copyright information. */ #include "allegro/internal/alconfig.h" static char *_allegro_program_arguments[] = { "./unknown", 0 }; int __crt0_argc = 1; char **__crt0_argv = _allegro_program_arguments;