Searched refs:callsomething (Results 1 – 1 of 1) sorted by relevance
12 void callsomething(const char *format, int argument) { in callsomething() function24 void (^b1)(void) = ^{ callsomething("argc is %d\n", argc); }; in main()25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now in main()