Prevent Deletion of an Unused Character

There is a function in C that I would like to use in the debugger to send commands to the javascript engine. Since this function is not used directly in the code, the linker passes this character. Is there a way to mark a specific function that cannot be removed?

+5
source share

All Articles