index
:
bb_mirror/jhunkeler/iraf-linux.git
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
boot
/
spp
/
rpp
/
ratlibf
/
putc.f
blob: c3eecfdef4031f292e186e6ae0b6cad15983693f (
plain
) (
blame
)
1
2
3
4
5
subroutine
putc
(
c
)
integer
c
call
putch
(
c
,
1
)
return
end