mysql 쪽을 좀 찾아보다가, 우연히 알게 된 사실이다. http://dev.mysql.com/doc/refman/5.0/en/mysql-fetch-row.html 이걸 보면, 예제에 이런 문장이 있다. printf("[%.*s] ", (int) lengths[i], row[i] ? row[i] : "NULL"); 지금까지 쓰면서도 몰랐던 거다. man printf 로 알게 된 거다. ------------------ The arguments must correspond properly (after type promotion) with the conversion specifier. By default, the arguments are used in the order given, where each '*..