/* format.c -- printf() 系の危険な利用方法 */ main(int argc, char *argv[]) { printf(argv[1]); }