- 09 Apr, 2012 2 commits
- 22 Sep, 2011 2 commits
-
-
antirez authored
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer to avoid copying a structure to return value to the caller.
-
antirez authored
comment on top of the _rio structure modified for correctness as actually fwrite/fread semantics is different in general, but was 0/1 in our old usage before rio.c as we always used 1 as number items, and the actual number of bytes to read as item length.
-
- 13 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-