]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/efi-basic/LibTest.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / efi-basic / LibTest.c
1
2 char *gS = (void *)0;
3
4 void LibInit(void)
5 {
6 }
7
8
9 void OutputString(char *String)
10 {
11 gS = String;
12 }
13