BSD 4_1c_2 development
[unix-history] / usr / doc / lisp / ch8auxf.sh
CommitLineData
3d6d4647
C
1cat ch8auxf.f
2f77 -c ch8auxf.f
3lisp
4(cfasl 'ch8auxf.o '_ffoo_ 'ffoo "real-function" "-lF77 -lI77")
5(array test fixnum-block 2)
6(store (test 0) 10)
7(store (test 1) 11)
8(ffoo 385 (getd 'test) 5.678)
9(test 0)