Hello, I am working on some run-time library project. I have read in the online "OReilly" book the chapter where it discusses data representation in particular C functions, Long_val and Int_val. Is there really the preferred way to handle data representation issues from OCaml to C?? The reason I ask is that C is really very bad about types like "int" and "long", i.e. these types are not portable. It is really better to use "unit32", "unit64", etc. If I have a 32 bit entity, how can I use Long_val and Int_val safely? Regards, Vasili __________________________________ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners