(root)/
libredwg-0.13/
test/
unit-testing/
unknown_ent.c
       1  #define DWG_TYPE DWG_TYPE_UNKNOWN_ENT
       2  #include "common.c"
       3  
       4  void
       5  api_process (dwg_object *obj)
       6  {
       7    int error;
       8    dwg_ent_unknown *_obj = dwg_object_to_UNKNOWN_ENT (obj);
       9  }