diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-08-08 15:50:07 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-08-08 15:50:07 -0400 |
commit | 8a6b70ebca12b11f16cafb1389f8e8c888248b1a (patch) | |
tree | 133903b5cd9b193268604c6cea5138480b8a2e52 /readall.h | |
parent | 0183098f9cb37a5389b8ff19dee98a4293752ce6 (diff) | |
download | random-seed-8a6b70ebca12b11f16cafb1389f8e8c888248b1a.tar.xz random-seed-8a6b70ebca12b11f16cafb1389f8e8c888248b1a.zip |
Remove readall (CC-BY-SA is incompatible)
Diffstat (limited to 'readall.h')
-rw-r--r-- | readall.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/readall.h b/readall.h deleted file mode 100644 index 94c2bfe..0000000 --- a/readall.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef READALL_H -#define READALL_H - -#include <stdio.h> - -#define READALL_OK 0 /* Success */ -#define READALL_INVALID -1 /* Invalid parameters */ -#define READALL_ERROR -2 /* Stream error */ -#define READALL_TOOMUCH -3 /* Too much input */ -#define READALL_NOMEM -4 /* Out of memory */ - -int readall(FILE *in, char **dataptr, size_t *sizeptr); - -#endif |