I'm working with the Foreign module, and I need to allocate a pointer to a pointer (in C, a char **). The problem is, I don't know how to find out the size of a char * in Haskell. Here's the basic layout of the code:
allocaBytes len $ \ array -> ... -- len is the size of the char ** to be allocated times sizeof(char *). Thanks, Rob Hoelz _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
