foo

The function foo.

void
foo
(
int x
)

Examples

foo(1);

foo can be used like this:

foo(2);

foo can also be used like this:

foo(3);

Meta