COHERENT manpages

This page displays the COHERENT manpage for function [Definition].

List of available manpages
Index


function -- Definition

A  function is  the C  term for  a portion  of code that  is named,  can be
invoked by name, and that performs  a task.  Many functions can accept data
in  the form  of arguments,  modify  the data,  and return  a value  to the
statement that invoked it.

See Also

data types,
library,
portability,
Programming COHERENT