1
0
mirror of https://github.com/brl/mutter.git synced 2025-01-11 20:22:23 +00:00
mutter/util.h
2005-03-22 14:53:51 +00:00

14 lines
152 B
C

#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