(root)/
libredwg-0.13/
test/
unit-testing/
repeat.c
       1  // preR13 only
       2  #define DWG_TYPE DWG_TYPE_REPEAT
       3  #include "common.c"
       4  
       5  void
       6  api_process (dwg_object *obj)
       7  {
       8    // int error;
       9    dwg_ent_repeat *_obj = dwg_object_to_REPEAT (obj);
      10  }