mutter/clutter/util.h

14 lines
152 B
C
Raw Normal View History

2005-03-22 09:53:51 -05:00
#ifndef _HAVE_UTIL_H
#define _HAVE_UTIL_H
#include <stdlib.h>
#include <string.h>
void*
util_malloc0(int size);
int
util_next_p2 ( int a );
#endif