comparison vutilities.h @ 220:fb75c4b52d32

Fixed sequential version
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 05 Mar 2012 13:59:02 +0100
parents 13b22ffb8a2f
children
comparison
equal deleted inserted replaced
0:e99fbeda88d6 5:54a3ff6fd03c
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