Example code:
#include <stdio.h> typedef int (test_t) (int a); struct test { test_t *test_func; }; int test_a (int a) { return a + 1; } int main(int *argc, char argv[]) { struct test a; a.test_func = test_a; return 0; }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル