I've noticed that this declaration involving a caret (^) character is pinned on the cdecl.org site at the top:
// "cast foo into block(int, long long) returning double"
(double (^)(int , long long ))foo
Can somebody explain what is the purpose of the caret character here? Is this really a valid character in C declarations, or is this a placeholder for something?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…