This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

static initialization of an array


I use gcc 3.0.3
I must initialize a fixed size (but a priori unknow) array.
In assembler there is DUP which let to initialize a memory area with 
some value.
There is something similar in C?

thanks
-- 
Massimiliano Cialdi
cialdi@control.dsi.unifi.it
cialdi@firenze.net


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]