# Restore the original SIGCLD hander. This reverses the action of 'handleSIGCLD'.
restoreSIGCLD <- function()
{
.C("R_restore_sigcld_handler", PACKAGE="fork")
invisible(NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.