Mercurial > audlegacy
view Plugins/Input/shorten/utils.h @ 1069:9a3b3fd54df2 trunk
[svn] - super minor fixes
author | nhjm449 |
---|---|
date | Tue, 16 May 2006 21:00:38 -0700 |
parents | 5da5c262b1ef |
children |
line wrap: on
line source
#ifndef _UTILS_H #define _UTILS_H void *av_mallocz(unsigned int size); void *__av_mallocz_static(void** location, unsigned int size); #endif