#include int main (int argc,char *argv[]){ if ( argc == 1 ) { /*引数が足りないときはメッセージ出力*/ printf("引数が足りません。"); } }