exit function

void exit(
  1. int code
)

No-op exit function for web.

Implementation

void exit(int code) {}