Home
last modified time | relevance | path

Searched refs:attachData (Results 1 – 1 of 1) sorted by relevance

/RevoEX-3.1/build/tools/makeChjp/
Dmain.c23 unsigned char attachData[CHJUMP_SIZE_MAX + 1]; variable
236 if(strlen(attachData) != 0) // Block 0 in CreateChJumpFile()
237 fputs(attachData, fp); in CreateChJumpFile()
357 (void)strcat(attachData, p); in main()
365 …dataSize = strlen(attachData) + CHJUMP_HEADER_SIZE + 2; // Add the header size and the two '\0's … in main()