|
|
1.1 ! root 1: #ifndef __COMMON_WHENCE_H__ ! 2: #define __COMMON_WHENCE_H__ ! 3: ! 4: /* ! 5: * This internal header file is intended as the sole point of definition for ! 6: * the ISO C and POSIX.1 manifest constants SEEK_SET, SEEK_END, and SEEK_CUR, ! 7: * used as the "whence" parameters in functions such as fseek () and ! 8: * lseek (). ! 9: */ ! 10: ! 11: #define SEEK_CUR 1 /* from current position */ ! 12: #define SEEK_END 2 /* from end */ ! 13: #define SEEK_SET 0 /* from beginning */ ! 14: ! 15: #endif /* ! defined (__COMMON_WHENCE_H__) */ ! 16:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.