annotate vutilities.h @ 156:b86c54dfb19f

smaller Hists for malloc, free and plugin
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 06 Oct 2011 15:55:42 +0200
parents a49f02980151
children c1784868dcea
rev   line source
msach@149 1 /*
msach@149 2 * Copyright 2009 OpenSourceCodeStewardshipFoundation.org
msach@149 3 * Licensed under GNU General Public License version 2
msach@149 4 *
msach@149 5 * Author: seanhalle@yahoo.com
msach@149 6 *
msach@149 7 * Created on November 14, 2009, 9:07 PM
msach@149 8 */
msach@149 9
msach@149 10
msach@149 11 #ifndef _UTILITIES_H
msach@149 12 #define _UTILITIES_H
msach@149 13
msach@149 14 #include <string.h>
msach@149 15 #include "VMS_primitive_data_types.h"
msach@149 16
msach@149 17 inline char *
msach@149 18 VMS__strDup( char *str );
msach@149 19
msach@149 20 #endif