Show
Ignore:
Timestamp:
08/27/07 21:05:56 (15 months ago)
Author:
krobillard
Message:

Added ur_sizeofUrlanEnv() & ur_thread() to hide UrlanEnv? structure.
ur_makeStringT() now returns UString*.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/urlan.c

    r453 r455  
    444444#endif 
    445445 
     446 
     447int ur_sizeofUrlanEnv() 
     448{ 
     449    return sizeof(UrlanEnv); 
     450} 
     451 
     452 
     453UThread* ur_thread( UrlanEnv* env ) 
     454{ 
     455    return env->threads; 
     456} 
     457 
     458 
    446459/** 
    447460  Initialize UrlanEnv.