/*
 *  Copyright 2009 OpenSourceCodeStewardshipFoundation.org
 *  Licensed under GNU General Public License version 2
 *
 * Author: seanhalle@yahoo.com
 *
 * Created on November 14, 2009, 9:07 PM
 */


#ifndef  _UTILITIES_H
#define	_UTILITIES_H

#include <string.h>
#include "VMS_primitive_data_types.h"

inline char *
VMS__strDup( char *str );
 
#endif
