cbf_ascii.h

Go to the documentation of this file.
00001 
00002 #ifndef CBF_ASCII_H
00003 #define CBF_ASCII_H
00004 
00005 #ifdef __cplusplus
00006 
00007 extern "C" {
00008 
00009 #endif
00010 
00011 #include "cbf_file.h"
00012 
00013 
00014   /* Write an ascii value */
00015 
00016 int cbf_write_ascii (const char *string, cbf_file *file);
00017 
00018 
00019 #ifdef __cplusplus
00020 
00021 }
00022 
00023 #endif
00024 
00025 #endif /* CBF_ASCII_H */
00026