/* main() でもアクセスできる変数に株価を格納します。*/ tpterm(); return(NULL);}void *withdrawalthread(void *arg){ /* 別のアプリケーションから株価を取得するために新しいスレッドを * 生成します。 */ pthread_create(&stockthreadid, NULL, stockthread, NULL); tpsetctxt(ctxt,...
/* main() でもアクセスできる変数に株価を格納します。*/ tpterm(); return(NULL);}void *withdrawalthread(void *arg){ /* 別のアプリケーションから株価を取得するために新しいスレッドを * 生成します。 */ pthread_create(&stockthreadid, NULL, stockthread, NULL); tpsetctxt(ctxt,...