Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

generating header files

Name: Anonymous 2010-05-23 11:01

help me /prog/

i need to generate a header file which contains an array with content of a number of files and i also need the lenght of these files in an array.

how should i do that?

Name: Anonymous 2010-05-23 13:32

/* files.h */
char file1[] = "\
#include "file1.txt"
";
int HowLongIsFile1 = sizeof(file1);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List