> UT_uint32 UT_newNumber ()
> {
> static UT_uint32 theNum = 0;
> //MUTEX_PROTECT this variable someday soon
> return theNum++;
> }
>
> Anyone opposed to me checking this into ut_math?Committed. Dom
> UT_uint32 UT_newNumber ()
> {
> static UT_uint32 theNum = 0;
> //MUTEX_PROTECT this variable someday soon
> return theNum++;
> }
>
> Anyone opposed to me checking this into ut_math?Committed. Dom