]> Cypherpunks repositories - gostls13.git/commitdiff
convert to Draft-Proposed ANSI C
authorBrian Kernighan <research!bwk>
Fri, 1 Apr 1988 07:02:04 +0000 (02:02 -0500)
committerBrian Kernighan <research!bwk>
Fri, 1 Apr 1988 07:02:04 +0000 (02:02 -0500)
R=dmr
DELTA=5  (2 added, 0 deleted, 3 changed)

src/pkg/debug/macho/testdata/hello.c

index 2264d04fbe82cd7c0cf8c4610c63b666fc3b51e9..8626b30633267902e7924eaadd2c959e08082d7e 100644 (file)
@@ -1,3 +1,6 @@
-main() {
-       printf("hello, world");
+#include <stdio.h>
+
+main()
+{
+       printf("hello, world\n");
 }