comparison vutilities.h @ 200:6db9e4898978

VMS name chgs -- added "WL" "PI" and "int" and split vms.h up
author Me@portablequad
date Sun, 12 Feb 2012 01:49:33 -0800
parents c1784868dcea
children
comparison
equal deleted inserted replaced
3:fee97d03d137 4:fc5790dbe5a9
13 13
14 #include <string.h> 14 #include <string.h>
15 #include "VMS_primitive_data_types.h" 15 #include "VMS_primitive_data_types.h"
16 16
17 inline char * 17 inline char *
18 VMS__strDup( char *str ); 18 VMS_int__strDup( char *str );
19 19
20 #endif 20 #endif