forked from OSchip/llvm-project
parent
1c96dfd7af
commit
21cbb36e3d
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue