want to know

Doug Gwyn gwyn at smoke.BRL.MIL
Fri Aug 18 01:17:27 AEST 1989


In article <15373 at rphroy.UUCP> tkacik at rphroy.UUCP (Tom Tkacik) writes:
>Does anybody know what 'entry' was supposed to do?

Yes, it was intended for the same thing as Fortran's alternate function
entry point facility.  The usual example is sincos (one function with
separate entries for sin() and cos()).  C's "entry" was rarely, if ever,
implemented, primarily because with file-static functions it was really
unnecessary.



More information about the Comp.lang.c mailing list