source:
anuga_work/development/anugavis/src/xfunctions.h
@
5600
Last change on this file since 5600 was 5267, checked in by , 17 years ago | |
---|---|
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 | */ |
7 | extern void *xmalloc(size_t size, const char *message); |
8 | extern char *xstrdup(const char *s, const char *message); |
9 | |
10 | #endif |
Note: See TracBrowser
for help on using the repository browser.