annotate vutilities.h @ 146:a49f02980151

fixed: hist index error, zero devision
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 12 May 2011 14:23:41 +0200
parents 13b22ffb8a2f
children c11b9dcf6d24
rev   line source
msach@146 1 /*
msach@146 2 * Copyright 2009 OpenSourceCodeStewardshipFoundation.org
msach@146 3 * Licensed under GNU General Public License version 2
msach@146 4 *
msach@146 5 * Author: seanhalle@yahoo.com
msach@146 6 *
msach@146 7 * Created on November 14, 2009, 9:07 PM
msach@146 8 */
msach@146 9
msach@146 10
msach@146 11 #ifndef _UTILITIES_H
msach@146 12 #define _UTILITIES_H
msach@146 13
msach@146 14 #include <string.h>
msach@146 15 #include "VMS_primitive_data_types.h"
msach@146 16
msach@146 17 inline char *
msach@146 18 VMS__strDup( char *str );
msach@146 19
msach@146 20 #endif