Mercurial > hg > aim92
comparison stitch/srcio.h @ 0:5242703e91d3 tip
Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author | tomwalters |
---|---|
date | Fri, 20 May 2011 15:19:45 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5242703e91d3 |
---|---|
1 /* | |
2 srcio.h | |
3 ======= | |
4 | |
5 stdio-like inteface to sources | |
6 | |
7 */ | |
8 | |
9 int sread( /* char *pointer, int size, int number, Source source */ ) ; | |
10 int sseek( /* Source source, int offset, int from */ ) ; | |
11 int sclose( /* Source source */ ) ; |