Function Prototype help

I need help with this.

A function named "sierra" that takes an integer and a boolean and returns a boolean.
1
2
3
4
bool sierra( int i, bool b )
{
    return true;
}


http://www.cplusplus.com/doc/tutorial/functions/
Last edited on
Topic archived. No new replies allowed.