diff vutilities.h @ 208:eaf7e4c58c9e

Create common_ancestor brch -- all branches will be closed, then new ones created with this as the common ancestor of all branches -- it is incomplete! only code that is common to all HW and Feat and FeatDev branches is in here
author Some Random Person <seanhalle@yahoo.com>
date Wed, 22 Feb 2012 11:39:12 -0800
parents
children 0c83ea8adefc
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vutilities.h	Wed Feb 22 11:39:12 2012 -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_int__strDup( char *str );
    1.22 + 
    1.23 +#endif