application/modules.c
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 10 Jun 2019 15:22:49 +0100
changeset 166 d55f55ac977b
parent 110 7150377a44e1
child 180 a47acd6d73ca
permissions -rw-r--r--
plugins/bee: add symbol filter to quickly search through (possibly long) list of symbols.

/* $Header$
 *
 * DO NOT EDIT 
 * automagically generated from the projectDefinition: jv_vdb_application.
 *
 * Warning: once you modify this file, do not rerun
 * stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 */
typedef void (*vf)();

extern void _jv_137vdb_137application_Init();


static vf modules[] = {
    _jv_137vdb_137application_Init,

    (vf)0
};

vf *__modules__ = modules;