Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
annotate vutilities.h @ 65:13b22ffb8a2f
Nov 14 vers -- Added measurement of Plugin, malloc, & master lock, + vutilities
| author | Me |
|---|---|
| date | Sun, 14 Nov 2010 11:17:52 -0800 |
| parents | |
| children | a49f02980151 0320b49ca013 |
| rev | line source |
|---|---|
| Me@65 | 1 /* |
| Me@65 | 2 * Copyright 2009 OpenSourceCodeStewardshipFoundation.org |
| Me@65 | 3 * Licensed under GNU General Public License version 2 |
| Me@65 | 4 * |
| Me@65 | 5 * Author: seanhalle@yahoo.com |
| Me@65 | 6 * |
| Me@65 | 7 * Created on November 14, 2009, 9:07 PM |
| Me@65 | 8 */ |
| Me@65 | 9 |
| Me@65 | 10 |
| Me@65 | 11 #ifndef _UTILITIES_H |
| Me@65 | 12 #define _UTILITIES_H |
| Me@65 | 13 |
| Me@65 | 14 #include <string.h> |
| Me@65 | 15 #include "VMS_primitive_data_types.h" |
| Me@65 | 16 |
| Me@65 | 17 inline char * |
| Me@65 | 18 VMS__strDup( char *str ); |
| Me@65 | 19 |
| Me@65 | 20 #endif |
