ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
kill.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void kill_procedure (Environment *_environment, char *_handle)
 Emit code for KILL ....

Function Documentation

◆ kill_procedure()

void kill_procedure ( Environment * _environment,
char * _handle )

Emit code for KILL ....

Parameters
_environmentCurrent calling environment
_handleIdentifier of the thread

Definition at line 77 of file kill.c.