— Basically to support overloaded functions based on the type
—
Is there way to start a function over if it doesn’t meet certain conditions but not at the beginning like recursion like , a few lines into the function ?
— Call back?
— Or maybe I am wrong
— I think a call back is used for something like qsort
— Maybe idk
— Yes in interrupts too
— Ya
— Not sure what you are trying to do, but depending on the condition, make a call to another function If you need to check the same condition multiple times use a loop