(root)/
libredwg-0.13/
test/
unit-testing/
tablecontent.c
       1  // TODO DEBUGGING
       2  #define DWG_TYPE DWG_TYPE_TABLECONTENT
       3  #include "common.c"
       4  
       5  void
       6  api_process (dwg_object *obj)
       7  {
       8    int error;
       9  #ifdef DEBUG_CLASSES
      10    dwg_obj_tablecontent *_obj = dwg_object_to_TABLECONTENT (obj);
      11  #endif
      12  }