next | prev


hello.o: cleanup_module

cleanup_module is responsible for unregistering all functions related to the module, freeing any allocated resources and reducing the module count for this module.

void cleanup_module(void) { pthread_delete_np (thread); }


EURO-TOUR 2000

next | prev