1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00
Files
glibc/c_stubs/test-stdio.c
Jakub Jelinek 0ecb606cb6 2.5-18.1
2007-07-12 18:26:36 +00:00

9 lines
80 B
C

#include <stdio.h>
int
main (void)
{
printf ("Hello world\n");
return 0;
}