view vutilities.h @ 170:92d97c6c09d6

Added tag version_that_goes_into_paper for changeset d1dd9e6ee72c
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 16 Dec 2011 20:01:36 +0100
parents
children a49f02980151 0320b49ca013
line source
1 /*
2 * Copyright 2009 OpenSourceCodeStewardshipFoundation.org
3 * Licensed under GNU General Public License version 2
4 *
5 * Author: seanhalle@yahoo.com
6 *
7 * Created on November 14, 2009, 9:07 PM
8 */
11 #ifndef _UTILITIES_H
12 #define _UTILITIES_H
14 #include <string.h>
15 #include "VMS_primitive_data_types.h"
17 inline char *
18 VMS__strDup( char *str );
20 #endif