2003-05-14 13:09:41 +00:00
|
|
|
/*===- crtend.c - Initialization code for programs ------------------------===*\
|
2004-08-05 00:20:51 +00:00
|
|
|
*
|
|
|
|
* The LLVM Compiler Infrastructure
|
|
|
|
*
|
|
|
|
* This file was developed by the LLVM research group and is distributed under
|
|
|
|
* the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
*
|
|
|
|
*===----------------------------------------------------------------------===*
|
2003-05-14 13:09:41 +00:00
|
|
|
*
|
2006-03-09 06:16:28 +00:00
|
|
|
* This file defines the __main function, which we preserve for backwards
|
|
|
|
* compatibility.
|
2003-05-14 13:09:41 +00:00
|
|
|
*
|
|
|
|
\*===----------------------------------------------------------------------===*/
|
|
|
|
|
|
|
|
void __main(void) {
|
|
|
|
}
|