hi, an update to my neko C-Pointer handling lib "neko-cptr" is available. I've incorporated Nicolas' suggestions and made the cptr kind just one abstract for all C types, thus, you can allocate a pointer as "int", but read it as "char", no casting neccessary. neko-cptr should still be memory safe, though. I've also added functions to convert to/from neko strings, and stripped timing utility functions (that were really misplaced in -cptr).
http://iterative.org/neko/bindings/neko-cptr-0.0.3.tbz2 regards, -dan -- http://0xDF.com/ http://iterative.org/ -- Neko : One VM to run them all (http://nekovm.org)
