cbf_write.h

Go to the documentation of this file.
00001 
00002 #ifndef CBF_WRITE_H
00003 #define CBF_WRITE_H
00004 
00005 #ifdef __cplusplus
00006 
00007 extern "C" {
00008 
00009 #endif
00010 
00011 #include "cbf_tree.h"
00012 
00013 
00014   /* Write a node to a stream */
00015 
00016 int cbf_write_node (const cbf_node *node, cbf_file *file, int isbuffer);
00017 
00018 
00019 #ifdef __cplusplus
00020 
00021 }
00022 
00023 #endif
00024 
00025 #endif /* CBF_WRITE_H */
00026