![]() ![]() | ![]() |
version 1.31, 2001/04/08 13:48:12 | version 1.32, 2001/12/01 20:33:14 |
---|---|
Line 196 DCell timeval2us(struct timeval *tvp) | Line 196 DCell timeval2us(struct timeval *tvp) |
#ifdef HAS_FILE | #ifdef HAS_FILE |
static char* fileattr[6]={"rb","rb","r+b","r+b","wb","wb"}; | static char* fileattr[6]={"rb","rb","r+b","r+b","wb","wb"}; |
static char* pfileattr[6]={"r","r","r+","r+","w","w"}; | |
#ifndef O_BINARY | #ifndef O_BINARY |
#define O_BINARY 0 | #define O_BINARY 0 |