This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
65oo2
ack
/
lang
/
cem
/
libcc
/
stdio
/
fputc.c
9 lines
92 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Header --> Id
1994-06-24 14:02:31 +00:00
/* $Id$ */
Initial revision
1987-01-27 15:57:55 +00:00
#
include
<stdio.h>
fputc
(
c
,
iop
)
register
FILE
*
iop
;
{
return
putc
(
c
,
iop
)
;
}
Reference in a new issue
Copy permalink