Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vutilities.h @ 178:c1784868dcea
testing hgeol -- see if it fixes line-ending issues -- commit line endings
| author | Me@portablequad |
|---|---|
| date | Wed, 04 Jan 2012 16:10:11 -0800 |
| parents | c11b9dcf6d24 |
| children | 6db9e4898978 |
line diff
1.1 --- a/vutilities.h Thu Oct 06 16:24:17 2011 +0200 1.2 +++ b/vutilities.h Wed Jan 04 16:10:11 2012 -0800 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
