Added function LL__main.

llvm-svn: 1230
This commit is contained in:
Vikram S. Adve 2001-11-09 02:21:38 +00:00
parent 1c96dfd7af
commit 21cbb36e3d
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
#include <stdio.h>
#include <sys/types.h>
void
ll__main()
{ /* Empty version of GCC's initialization function */
}
void
printSByte(char c)
{