(root)/
libredwg-0.13/
test/
unit-testing/
index.c
       1  #define DWG_TYPE DWG_TYPE_INDEX
       2  #include "common.c"
       3  
       4  void
       5  api_process (dwg_object *obj)
       6  {
       7    int error;
       8    BITCODE_TIMEBLL last_updated;
       9  
      10    dwg_obj_index *_obj = dwg_object_to_INDEX (obj);
      11  
      12    CHK_ENTITY_TIMEBLL (_obj, LAYER_INDEX, last_updated);
      13  }