Make it possible to read and write data that is not null-terminated (#9)

* Make it possible to read and write data that is not null-terminated

* formating
This commit is contained in:
Philipp Moritz
2016-09-18 13:35:43 -07:00
committed by Robert Nishihara
parent ff11ee21ef
commit b18f214d55
6 changed files with 87 additions and 58 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "task.h"
#include "common.h"
#include "sockets.h"
#include "io.h"
/* Tasks are stored in a consecutive chunk of memory, the first
* sizeof(task_spec) bytes are arranged according to the struct