Re: [pure-lang-users] C float
Status: Beta
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-08-14 23:54:00
|
Albert Graef wrote: > Eddie Rucker wrote: >> Maybe. My concern was mostly the parameters to a C function in a library >> where one of the arguments was an unsigned int. > > Just pretend that it's an int in the extern declaration. That should > just work (FLW), even if you pass it a bigint (which gives you the > necessary range to represent all unsigned int values). No, it doesn't right now. Only 'long' arguments allow a bigint parameter right now. But it's easy to extend this to the other C int types (char, short, int), I'm working on that. Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |