MessagesForMacintosh/rsrc/output.h
2021-09-10 23:12:19 -07:00

9 lines
379 B
C

unsigned char output_temp[] = {
0x69, 0x6e, 0x64, 0x65, 0x78, 0x2e, 0x6a, 0x73, 0x40, 0x40, 0x40, 0x0a,
0x68, 0x65, 0x6c, 0x6c, 0x6f, 0x20, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x26,
0x26, 0x26, 0x0a, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x2e, 0x6a,
0x73, 0x6f, 0x6e, 0x40, 0x40, 0x40, 0x0a, 0x70, 0x61, 0x63, 0x6b, 0x61,
0x67, 0x65
};
unsigned int output_temp_len = 50;