uint8_t __end[];
This variable references the end of the output. This is commonly used to append data or code to the end of the output and reference it from the code.
uint8_t __end[];
This variable references the end of the output. This is commonly used to append data or code to the end of the output and reference it from the code.