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

endsec.h

Go to the documentation of this file.
00001 
00034 #ifndef LIBDXF_SRC_ENDSEC_H
00035 #define LIBDXF_SRC_ENDSEC_H
00036 
00037 
00038 #include "global.h"
00039 
00040 
00041 #ifdef __cplusplus
00042 extern "C" {
00043 #endif
00044 
00045 
00046 int
00047 dxf_endsec_write
00048 (
00049         DxfFile *fp
00050 );
00051 
00052 
00053 #ifdef __cplusplus
00054 }
00055 #endif
00056 
00057 
00058 #endif /* LIBDXF_SRC_ENDSEC_H */
00059 
00060 
00061 /* EOF */