__xhott() — Terminate a Persistent C Environment

Purpose

This function terminates a persistent C environment created by __xhotc() or __xhotl(). __xhott() is specific to SP C. It is part of the group serving the persistent C environment. (The function is also available under the name EDCXHOTT.)

For an extensive example of the use of __xhott(), see Creating and using persistent C environments.

Format

#include <spc.h>

void __xhott(void *handle);

The parameter of __xhott() is a handle returned by __xhotc() or __xhotl().