Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vutilities.h @ 182:7523ee70d66c
merge changes from default
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 06 Jan 2012 18:55:05 +0100 |
| parents | c11b9dcf6d24 |
| children | 6db9e4898978 |
line diff
1.1 --- a/vutilities.h Wed Jan 04 16:40:10 2012 +0100 1.2 +++ b/vutilities.h Fri Jan 06 18:55:05 2012 +0100 1.3 @@ -1,20 +1,20 @@ 1.4 -/* 1.5 - * Copyright 2009 OpenSourceCodeStewardshipFoundation.org 1.6 - * Licensed under GNU General Public License version 2 1.7 - * 1.8 - * Author: seanhalle@yahoo.com 1.9 - * 1.10 - * Created on November 14, 2009, 9:07 PM 1.11 - */ 1.12 - 1.13 - 1.14 -#ifndef _UTILITIES_H 1.15 -#define _UTILITIES_H 1.16 - 1.17 -#include <string.h> 1.18 -#include "VMS_primitive_data_types.h" 1.19 - 1.20 -inline char * 1.21 -VMS__strDup( char *str ); 1.22 - 1.23 -#endif 1.24 +/* 1.25 + * Copyright 2009 OpenSourceCodeStewardshipFoundation.org 1.26 + * Licensed under GNU General Public License version 2 1.27 + * 1.28 + * Author: seanhalle@yahoo.com 1.29 + * 1.30 + * Created on November 14, 2009, 9:07 PM 1.31 + */ 1.32 + 1.33 + 1.34 +#ifndef _UTILITIES_H 1.35 +#define _UTILITIES_H 1.36 + 1.37 +#include <string.h> 1.38 +#include "VMS_primitive_data_types.h" 1.39 + 1.40 +inline char * 1.41 +VMS__strDup( char *str ); 1.42 + 1.43 +#endif
