[348] in Kerberos_V5_Development

home help back first fref pref prev next nref lref last post

Re: Mystifying problem with function prototypes....

jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Thu Oct 18 08:46:21 1990

"const" is used by functions which have no reason or need to modify what
the arguments point to.  This makes it easier for the application programmer to
figure out what args are modified, and lets the compiler help the
library programmer not to violate the contract.

home help back first fref pref prev next nref lref last post