Searched refs:callsomething (Results 1 – 2 of 2) sorted by relevance
11 void callsomething(const char *format, int argument) { in callsomething() function23 void (^b1)(void) = ^{ callsomething("argc is %d\n", argc); }; in main()24 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now in main()
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()