~jtaylor/ubuntu/oneiric/soya/fix-780305

« back to all changes in this revision

Viewing changes to ode-0.5/contrib/Mac_CFMCarbon/mac_source/ExamplesPrefix.h

  • Committer: Bazaar Package Importer
  • Author(s): Marc Dequènes (Duck)
  • Date: 2005-01-30 09:55:06 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050130095506-f21p6v6cgaobhn5j
Tags: 0.9.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef prefix_h
 
2
#define prefix_h
 
3
 
 
4
#include "CommonPrefix.h"
 
5
 
 
6
// Hack to automatically call SIOUX's CLI interface for the test apps
 
7
#include <console.h>
 
8
#include <SIOUX.h>
 
9
int fmain (int argc, char **argv);
 
10
int main (int argc, char **argv) { argc = ccommand(&argv); return fmain(argc, argv); }
 
11
#define main(argc, argv) fmain(argc, argv)
 
12
 
 
13
#endif // prefix_h
 
 
b'\\ No newline at end of file'