comparison vutilities.h @ 205:cb888346c3e0

Changed include paths, but version still does not work because of accidental merge
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 17 Feb 2012 18:28:59 +0100
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