convert to Draft-Proposed ANSI C

R=dmr
DELTA=5  (2 added, 0 deleted, 3 changed)
This commit is contained in:
Brian Kernighan 1988-04-01 02:02:04 -05:00
parent 0bb0b61d6a
commit 0744ac9691

View file

@ -1,3 +1,6 @@
main() {
printf("hello, world");
#include <stdio.h>
main()
{
printf("hello, world\n");
}