HomeSort by relevance Sort by last modified time
    Searched full:callsomething (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/BlocksRuntime/tests/
dispatch_call_Block_with_release.c 12 void callsomething(const char *format, int argument) { function
24 void (^b1)(void) = ^{ callsomething("argc is %d\n", argc); };
25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now

Completed in 1977 milliseconds