[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SizeOf function
- To: sdobbs@trivia.coginst.uwf.edu (Steven Dobbs)
- Subject: Re: SizeOf function
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Tue, 25 Feb 1992 18:34:57 -0500
- Cc: info-mcl
>Is there something analogous in MCL to the SizeOf function that is thrown
>around so liberally in Inside Mac VI? In particular I need to get the
>SizeOf a AEAddressDesc.
(record-length :AeAddressDesc)
Record-length is a macro. It returns a constant at compile time.