Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vutilities.h @ 146:a49f02980151
fixed: hist index error, zero devision
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Thu, 12 May 2011 14:23:41 +0200 |
| parents | 13b22ffb8a2f |
| children | c11b9dcf6d24 |
line diff
1.1 --- a/vutilities.h Sat Nov 20 08:19:05 2010 +0100 1.2 +++ b/vutilities.h Thu May 12 14:23:41 2011 +0200 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
