質問編集履歴
1
記入不足
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
###該当のソースコード
|
|
18
|
+
コンパイルのコマンド
|
|
19
|
+
$ gcc -o image-viewer image-viewer.c cci_pars.c cci_tkn.c cci_tbl.c ccicode.c cci_misc.c `pkg-config --libs --cflags gtk+-2.0`
|
|
20
|
+
|
|
21
|
+
下記はimage-viewer.cです。他のファイルはhttps://github.com/iwabuchiken/Hayashi_1/tree/master/originalを参照してください。
|
|
18
22
|
```
|
|
19
23
|
#include <gtk/gtk.h>
|
|
20
24
|
#include "cci.h"
|