foo

foo function - 1 example

  1. int foo(int a, int b)
    int
    foo
    (
    int a
    ,
    int b
    )
  2. void foo(int x)
  3. void foo()

Examples

assert(foo(1, 1) == 2);

Meta