(root)/
libredwg-0.13/
test/
unit-testing/
object_ptr.c
       1  // TODO DEBUGGING
       2  #define DWG_TYPE DWG_TYPE_OBJECT_PTR
       3  #include "common.c"
       4  
       5  void
       6  api_process (dwg_object *obj)
       7  {
       8    int error;
       9    dwg_obj_object_ptr *_obj = dwg_object_to_OBJECT_PTR (obj);
      10  }