Skip to content

N-BodyShop/mdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The vsnprintf() function in mdl.c may not be supported in OSF1/Digital UNIX.
The following #define may work but is potentially dangerous:

#define vsnprintf(a,b,c,d) vsprintf((a),(c),(d));