揮発性のメモ2

http://d.hatena.ne.jp/iww/

2006-10-07から1日間の記事一覧

switch文がコンパイル通らない時

main.c:255: error: case label not within a switch statement main.c:274: error: parse error before '}' tokenswitch文の前の括弧が抜けてる switch(hoge) case HOGE: hogehoge(); break; case PIYO: break; }