how to convert arbitrary data (in file) to object file, so i will be able to do

extern char something[]

and use it - in C.


i did wrote converter that converts data from file to

const char something[]={firstbyte,secondbyte,.....};

and then cc to compile it.

and it's VERY SLOW when data are few megs - while it's no work in fact.

can it be done more directly?

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to