HELPLIB.HLB  —  POSIX Threads, PTHREAD routines, pthread_key_create, C Binding
    #include <pthread.h>

    int
    pthread_key_create (
             pthread_key_t   *key,
             void   (*destructor)(void *));
Close Help