Parent Directory | Revision Log | Patch
revision 6.0 by kusanagi, Tue Feb 7 17:11:11 2006 UTC | revision 6.1 by kusanagi, Tue Jun 27 10:25:42 2006 UTC | |
---|---|---|
# | Line 13 | Line 13 |
13 | #include <math.h> /* math library */ | #include <math.h> /* math library */ |
14 | ||
15 | ||
16 | /** | |
17 | * Read nbytes at position p of buffer, and fill value | |
18 | */ | |
19 | ||
20 | void getbytes_(int *nbytes, char *buffer, int *p, unsigned int *value) | void getbytes_(int *nbytes, char *buffer, int *p, unsigned int *value) |
21 | ||
22 | { | { |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |