// グラフソフトを起動し、ID番号を変数に代入 int graphID = newGraph2D(); // グラフソフトにCSVファイルを読み込ませる setGraph2DFile( graphID, "hyou.csv" );