startup/modules.c
author Stefan Vogel <sv@exept.de>
Tue, 08 Nov 2005 17:49:17 +0100
changeset 2121 7b06266d8249
parent 749 e898eaeff091
child 2152 1cbdfbcc685c
permissions -rw-r--r--
/tmp/cvsyRpZ5v

/* $Header: /cvs/stx/stx/libjava/startup/modules.c,v 1.1 2011/08/18 19:06:54 vrany Exp $
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: stx_libjava_startup.
 *
 * Warning: once you modify this file, do not rerun
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 */
typedef void (*vf)();

extern void _JavaStartup_Init();
extern void _stx_137libjava_137startup_Init();


static vf modules[] = {
    _JavaStartup_Init,
_stx_137libjava_137startup_Init,

    (vf)0
};

vf *__modules__ = modules;