コード例 #1
0
short bar_short(void) {
  return __real__(foo_short(2 - 3i));
}
コード例 #2
0
void bar_short(void) {
  foo_short(2 - 3i);
}