Exit(int) in RLP light (Hydra)

Hi,

i want to use this function.
i added stdlib.h but saw that this finction defined as extern there, so linkder get an error.

how can i return to C# from nested function without go over all function chain?

I am using Hydra board…

There is no “exit” concept in RLP! Think about it, RLP stands for RuntimeLodableProcedures…those are procedures you invoke at runtime and all of them must “exit” when completed.

The process for doing what the OP asked about is usually done with a longjump. setjmp.h - Wikipedia

I do not know if RLP supports this functionality. Most likely not…