$ cc -c c.c c.c:1: warning: data definition has no type or storage class $ ls -l c.o -rw-r--r-- 1 ***** ***** 583 11 25 00:12 c.o
Permalink | 記事への反応(1) | 00:16
ツイートシェア
$ cat c.cc;$ cc -c c.c
$ cc -c c.cc.c:1: warning: data definition has no type or storage class$ ls -l c.o-rw-r--r-- 1 ***** ***** 583 11 25 00:12 c.o
cc -c c.c 考えてみたけど他には w www くらいしか思いつかない・・・ Windowsだとhh.exeてのがあるみたいだけどこれなんだろ?