summaryrefslogtreecommitdiffstats
path: root/src/examples
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/read.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/read.c b/src/examples/read.c
index 4b6e20b..4b50bd8 100644
--- a/src/examples/read.c
+++ b/src/examples/read.c
@@ -14,6 +14,8 @@ main (int argc, char *argv[])
int n = read (fd, read_buf, 16);
printf("read %d bytes:\n", n);
+ printf("###############\n");
+ printf("%s\n", read_buf);
halt();
return 0;