view vutilities.h @ 212:df00af7eb307

try 40 cores
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 09 Mar 2012 18:58:33 +0100
parents c11b9dcf6d24
children 6db9e4898978
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