Re: defs files



> why call function arguments "arguments" why not "parameters"

The usual C terminology (used in the C standard, for example) is to call
them parameters when you are talking about the interface to a function. The
values passed for the parameters are called the arguments.

    -- Darin (Eazel)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]