aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/contrib/Mac_CFMCarbon/mac_source/ExamplesPrefix.h
blob: 1dedfc93ac8cd306579b37a3c2f766aab7705eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef prefix_h
#define prefix_h

#include "CommonPrefix.h"

// Hack to automatically call SIOUX's CLI interface for the test apps
#include <console.h>
#include <SIOUX.h>
int fmain (int argc, char **argv);
int main (int argc, char **argv) { argc = ccommand(&argv); return fmain(argc, argv); }
#define main(argc, argv) fmain(argc, argv)

#endif // prefix_h