Next Previous Contents

3.253 tgi_uninstall

Function

Uninstall the currently loaded driver but do not unload it. Will call tgi_done if necessary.

Header

tgi.h

Declaration

void tgi_uninstall (void);

Description

Uninstall the currently loaded driver but do not unload it. Will call tgi_done if necessary.

Availability

cc65

See also

Other tgi functions.

Example

None.


Next Previous Contents