mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-29 08:49:40 +00:00
9 lines
379 B
C
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;
|