diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vutilities.h	Sun Nov 14 11:17:52 2010 -0800
     1.3 @@ -0,0 +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