What is this use of the colon called?
The following code is taken from the book Learn Core Audio.
int main(int argc, const char * argv[])
cleanup: is a label. It can be used as the target for a goto statement.
cleanup:
goto