3 #ifndef __ST_HANDLE_H__
4 #define __ST_HANDLE_H__
10 struct st_header header
;
15 #define ST_HANDLE(oop) ((struct st_handle *) st_detag_pointer (oop))
16 #define ST_HANDLE_VALUE(oop) (ST_HANDLE (oop)->value)
18 st_oop
st_handle_allocate (st_oop
class);
20 #endif /* __ST_HANDLE_H__ */