delorie.com/djgpp/doc/libc/libc_482.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <sys/xdevices.h> int __install_dev_full (void); |
This function activates support for the special file `/dev/full'.
When read, `dev/full' always returns `\0' characters. Writes
to `/dev/full' will fail with errno
set to ENOSPC
.
Seeks on `/dev/full' always succeed.
The DJGPP debug support functions will interfere with `/dev/full' (see section File System Extensions).
On success, a non-zero value is returned; on failure, zero is returned.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |