[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ffi to MCL
- To: info-mcl
- Subject: Re: ffi to MCL
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Tue, 24 Nov 1992 12:48:26 -0600
>Date: Mon, 23 Nov 1992 16:06:55 -0500 (EST)
>From: John Lewis <zilla@ccrl.nj.nec.com>
>Subject: Re: ffi to MCL
>To: "Bill St. Clair" <bill@cambridge.apple.com>
>Mime-Version: 1.0
>Content-Type: TEXT/PLAIN; charset=US-ASCII
>
>
>I found that the MCL ffi to mpw C was painless. mpw C appears to be
>real ANSI C; the extensions are things like the 'pascal' keyword
>that are necessary to describe the mac os calling conventions.
>
>I believe that think C is at this point sort of a C++ subset?