Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
annotate 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 |
| rev | line source |
|---|---|
| Me@178 | 1 /* |
| Me@178 | 2 * Copyright 2009 OpenSourceCodeStewardshipFoundation.org |
| Me@178 | 3 * Licensed under GNU General Public License version 2 |
| Me@178 | 4 * |
| Me@178 | 5 * Author: seanhalle@yahoo.com |
| Me@178 | 6 * |
| Me@178 | 7 * Created on November 14, 2009, 9:07 PM |
| Me@178 | 8 */ |
| Me@178 | 9 |
| Me@178 | 10 |
| Me@178 | 11 #ifndef _UTILITIES_H |
| Me@178 | 12 #define _UTILITIES_H |
| Me@178 | 13 |
| Me@178 | 14 #include <string.h> |
| Me@178 | 15 #include "VMS_primitive_data_types.h" |
| Me@178 | 16 |
| Me@178 | 17 inline char * |
| Me@200 | 18 VMS_int__strDup( char *str ); |
| Me@178 | 19 |
| Me@178 | 20 #endif |
