Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
annotate vutilities.h @ 149:c11b9dcf6d24
merged dangling head
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 27 Sep 2011 14:51:54 +0200 |
| parents | a49f02980151 |
| children | c1784868dcea |
| rev | line source |
|---|---|
| msach@149 | 1 /* |
| msach@149 | 2 * Copyright 2009 OpenSourceCodeStewardshipFoundation.org |
| msach@149 | 3 * Licensed under GNU General Public License version 2 |
| msach@149 | 4 * |
| msach@149 | 5 * Author: seanhalle@yahoo.com |
| msach@149 | 6 * |
| msach@149 | 7 * Created on November 14, 2009, 9:07 PM |
| msach@149 | 8 */ |
| msach@149 | 9 |
| msach@149 | 10 |
| msach@149 | 11 #ifndef _UTILITIES_H |
| msach@149 | 12 #define _UTILITIES_H |
| msach@149 | 13 |
| msach@149 | 14 #include <string.h> |
| msach@149 | 15 #include "VMS_primitive_data_types.h" |
| msach@149 | 16 |
| msach@149 | 17 inline char * |
| msach@149 | 18 VMS__strDup( char *str ); |
| msach@149 | 19 |
| msach@149 | 20 #endif |
