[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Calling C from T in the Apollos ?
- To: t-users@YALE.ARPA
- Subject: Calling C from T in the Apollos ?
- From: Eduardo Krell <ekrell@UCLA-LOCUS>
- Date: Fri ,26 Oct 84 13:39:48 EDT
Why can't we call C functions from T ?. The defapollo package seems to
work only with Pascal routines. The strange thing is that you can call C\n from Pascal and viceversa, so somehow C and Pascal are "compatible".
However, when you try to call C from T, it won't work.
Would it work if I write a dummy Pascal function that just calls the C
function, using Pascal as an interface between T and C ?