convert line ends
[canaan.git] / prj / tech / libsrc / dev2d / buffer.h
blob93cae23e08557ffa75f8104aedb84d85d395425f
1 /*
2 * $Source: s:/prj/tech/libsrc/dev2d/RCS/buffer.h $
3 * $Revision: 1.1 $
4 * $Author: KEVIN $
5 * $Date: 1996/04/10 16:50:48 $
7 * Prototypes for 2d temporary storage management.
9 * This file is part of the dev2d library.
12 #ifndef __BUFFER_H
13 #define __BUFFER_H
15 #include <memall.h>
16 #include <tmpalloc.h>
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
22 #define gd_alloc_temp temp_malloc
23 #define gd_free_temp temp_free
25 #ifdef __cplusplus
27 #endif
28 #endif