*** empty log message ***

This commit is contained in:
2007-01-26 16:08:55 +00:00
parent c1825a6f6b
commit 4912ada5d8
2 changed files with 40 additions and 28 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: main.c,v 1.2 2007-01-26 15:50:47 bacon Exp $
* $Id: main.c,v 1.3 2007-01-26 16:08:54 bacon Exp $
*/
#include <ase/types.h>
@ -12,6 +12,12 @@
#if defined(ASE_CHAR_IS_WCHAR) && defined(__unix)
#ifdef __cplusplus
extern "C" { int ase_main (...); }
#else
extern int ase_main ();
#endif
int main (int argc, char* argv[]/*, char** envp*/)
{
int i, ret;