home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource4
/
223_01
/
ctellc.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1979-12-31
|
384 b
|
15 lines
/*
** ctellc.c by F. A. Scacchitti 9/11/84
*/
#define NOCCARGC
#include <stdio.h>
ctellc(fd) int fd; {
return(( *(fd + 36) - fd - 42) % 128 );
}