libDXF 0.0.1
A library with DXF related functions written in C.

section.h

Go to the documentation of this file.
00001 
00038 #ifndef LIBDXF_SRC_SECTION_H
00039 #define LIBDXF_SRC_SECTION_H
00040 
00041 
00042 #include "global.h"
00043 #include "entities.h"
00044 #include "header.h"
00045 #include "util.h"
00046 #include "block.h"
00047 
00048 
00049 #ifdef __cplusplus
00050 extern "C" {
00051 #endif
00052 
00053 
00054 int dxf_section_read (DxfFile *fp);
00055 int dxf_section_write (DxfFile *fp, char *section_name);
00056 
00057 
00058 #ifdef __cplusplus
00059 }
00060 #endif
00061 
00062 
00063 #endif /* LIBDXF_SRC_SECTION_H */
00064 
00065 
00066 /* EOF */