× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Buck -

> >Why doesn't the compiler check that the arguments are
> >the correct length, not just the correct type?
>
>Because of CONST.  One of the things that CONST does is to "map" somewhat
>mis-matched parameters.

This is true, which is why your statement in another message ...

>"twentychar" is not _guaranteed_ to hold anything except '12' in the first
>two columns.  The remaining 18 are undefined, and are whatever happens to
>fall after fld2 in memory.

is NOT true.

Since CONST is specified and the length of the value specified is less than
the length of the parameter, the compiler creates a work area, loads with
it the value, pads it on the right with blanks, and passes the address of
the work area.

Ken
http://www.ke9nr.org/
Opinions expressed are my own and do not necessarily represent the views of
my employer or anyone in their right mind.



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.