source: anuga_work/development/anugavis/src/xfunctions.h @ 5487

Last change on this file since 5487 was 5267, checked in by jack, 16 years ago

AnugaVis?: compile the data into openGL display lists.

File size: 304 bytes
Line 
1#ifndef XFUNCTIONS_H
2#define XFUNCTIONS_H
3
4/* For a given func, xfunc behaves like func but sets an error message
5 * using AnugaVis_SetError() if something goes wrong.
6 */
7extern void *xmalloc(size_t size, const char *message);
8extern char *xstrdup(const char *s, const char *message);
9
10#endif
Note: See TracBrowser for help on using the repository browser.