Re: [pure-lang-users] C float
Status: Beta
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-08-13 22:41:00
|
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). I'll write some test programs later this week to verify that the C interface does the right thing in all these cases. > I don't know maybe I shouldn't be so concerned. "Don't worry, be happy." :) Albert (still in vacation mode, obviously ;-) -- 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 |