comparison vutilities.h @ 148:eb79d057d10d

merged dangling head
author Merten Sach <msach@mailbox.tu-berlin.de>
date Tue, 27 Sep 2011 14:42:26 +0200
parents
children a49f02980151 0320b49ca013
comparison
equal deleted inserted replaced
-1:000000000000 0:e99fbeda88d6
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 */
9
10
11 #ifndef _UTILITIES_H
12 #define _UTILITIES_H
13
14 #include <string.h>
15 #include "VMS_primitive_data_types.h"
16
17 inline char *
18 VMS__strDup( char *str );
19
20 #endif