Next Previous Contents

3.254 tgi_unload

Function

Uninstall, then unload the currently loaded driver. Will call tgi_done if necessary.

Header

tgi.h

Declaration

void tgi_unload (void);

Description

Uninstall, then unload the currently loaded driver. Will call tgi_done if necessary.

Availability

cc65

See also

Other tgi functions.

Example

None.


Next Previous Contents