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

Last change on this file since 5685 was 5267, checked in by jack, 17 years ago

AnugaVis?: compile the data into openGL display lists.

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