Hello I can define any micro with -D flag in gcc command line. However, I am wondering how can I define an object-like macro that assign some number to the micro. For example, How can I pass following macro using gcc command line ? #define BUFSIZE 1024 Thanks Alireza