LibC: Write mostly functioning stdio
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
puts("Hello World!");
|
||||
if (printf("Hello %s!", "World") == -1)
|
||||
perror(NULL);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user