Function argument type conversions...

T. William Wells bill at twwells.uucp
Thu Oct 20 10:29:04 AEST 1988


In article <14027 at mimsy.UUCP> chris at mimsy.UUCP (Chris Torek) writes:
: In article <8810111921.AA21683 at ucbarpa.Berkeley.EDU> U23405 at UICVM.Berkeley.EDU
: (Michael J. Steiner) writes:
: >What I would like to know is if all function parameters (formal and actual)
: >agree in type, will there still be problems with taking the address of a
: >passed variable, (among other little things)?
:
: ...
:
: In some existing compilers, yes, unless you stick with `int', `long',
: `double', and pointer function parameters.

What about unsigned int and (for those compilers that support it)
unsigned long?

---
Bill
novavax!proxftl!twwells!bill



More information about the Comp.lang.c mailing list