cbf_write_binary.h

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