File:  [MW Coherent from dump] / coherent / f / usr / include / common / whence.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

#ifndef	__COMMON_WHENCE_H__
#define	__COMMON_WHENCE_H__

/*
 * This internal header file is intended as the sole point of definition for
 * the ISO C and POSIX.1 manifest constants SEEK_SET, SEEK_END, and SEEK_CUR,
 * used as the "whence" parameters in functions such as fseek () and
 * lseek ().
 */

#define	SEEK_CUR	1		/* from current position */
#define	SEEK_END	2		/* from end		*/
#define	SEEK_SET	0		/* from beginning	*/

#endif	/* ! defined (__COMMON_WHENCE_H__) */


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.