ucx/ucx.h

Thu, 05 Jan 2012 14:53:54 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 05 Jan 2012 14:53:54 +0100
changeset 20
db7d9860dbbd
parent 5
a1740117e2b7
child 18
69636f81db31
permissions
-rw-r--r--

added some map functions

     1 /* 
     2  * File:   ucx.h
     3  * Author: olaf
     4  *
     5  * Created on 31. Dezember 2011, 17:17
     6  */
     8 #ifndef UCX_H
     9 #define	UCX_H
    11 #include <stdlib.h>
    13 #ifdef	__cplusplus
    14 extern "C" {
    15 #endif
    17 typedef int(*ucx_callback)(void*,void*);
    19 #ifdef	__cplusplus
    20 }
    21 #endif
    23 #endif	/* UCX_H */

mercurial