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