質問編集履歴
1
#のまえに\.\.を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Aの設定方法とBの設定方法は機能的に同じと思いますが
|
3
3
|
敢えて、Aのコードを使用する意味(価値)はありますか?
|
4
4
|
|
5
|
-
#include <pthread.h>
|
5
|
+
..#include <pthread.h>
|
6
6
|
pthread_attr_t *tattr; //blobal
|
7
7
|
|
8
8
|
int main(){
|