예제 #1
0
signed char bar_char(void) {
  return __real__(foo_char(2 - 3i));
}
예제 #2
0
void bar_char(void) {
  foo_char(2 - 3i);
}