Victor Bazarov
unread,Feb 1, 2016, 9:22:57 AM2/1/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 2/1/2016 6:22 AM, Stefan Ram wrote:
> When a computer downloads a web page, the computer is called
> »client« and the source of the download is called »server«.
>
> When a function »m« calls another function »f«, we call »m« a
> »client« of »f«, but how to we call »f« then? One does not
> call a function a »server«, does one?
In the latter case I'm more familiar with referring to 'm' as a "caller"
(usually inside the 'f' function), and if one has to give 'f' a special
name, it's a "called function". However, given that the compiler is
free to inline the code (or refrain from generating the code that would
call it _at all_ in some cases), no special term is in common use, I
believe. I have heard a "callee", but not often enough to make it
customary.
V
--
I do not respond to top-posted replies, please don't ask