ack/lang/cem/libcc.ansi/headers/fcntl.h

12 lines
115 B
C

/*
* fcntl.h - file I/O primitives
*/
/* $Id$ */
#ifndef _FCNTL_H
#define _FCNTL_H
#include <unistd.h>
#endif