Stores
if ((global_id_support != SE_NO_IDS) &&
((SE_GetIDForObject(object, &object_id) != SE_SUCCESS) ||
(SE_ObjectIDToString(object_id, store, &id_string) != SE_SUCCESS))
id_string = SE_STRING_DEFAULT;
fprintf(stderr, "Error in print_object: Object IDs supported, but "\
if (object_id) SE_FreeObjectID(object_id);
* We need a separate store to keep the id string and the fields in memory
* simultaneously, so use the global variable fields_store to get the fields.
if (SE_GetFields(object, fields_store, &fields_ptr) != SE_SUCCESS)
fprintf(stderr, "Fatal Error in print_object: Can't get fields\n");