commit | 9f1e2a01533768041525a5b3d922ba81f9b0f3e9 | [log] [tgz] |
---|---|---|
author | Jxck <block.rxckin.beats@gmail.com> | Mon May 09 14:40:47 2016 +0900 |
committer | Jxck <block.rxckin.beats@gmail.com> | Mon May 09 14:40:47 2016 +0900 |
tree | 87b2358a00fda8bf0110b99eb17c92870845ccfd | |
parent | f793dc38a2e239440b49901e720551acd84d15ec [diff] [blame] |
better to add line break for flash stdout buffer to make sure showing message on console.
diff --git a/cgo.md b/cgo.md index 70571f0..c28290b 100644 --- a/cgo.md +++ b/cgo.md
@@ -20,7 +20,7 @@ #include <stdlib.h> void myprint(char* s) { - printf("%s", s); + printf("%s\n", s); } */ import "C"