repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SystemCall run(block) can now exit the run if it returns false
[io/quag.git]
/
libs
/
basekit
/
source
/
Base.h
blob
c332ffb0506a10071a63c09d78840a0ee5c2006a
1
#ifndef IOBASE_DEFINED
2
#define IOBASE_DEFINED 1
3
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <string.h>
7
#include <stddef.h>
8
#include <time.h>
9
#include <setjmp.h>
10
#include <stdarg.h>
11
#include <string.h>
12
13
#endif