00001 00014 #if !defined(NSRANGE_H_INCLUDED) 00015 #define NSRANGE_H_INCLUDED 00016 00022 typedef struct { 00024 uint_t location ; 00026 uint_t length ; 00027 } NSRange ; 00028 00030 typedef NSRange * NSRangePointer ; 00031 00032 #endif /* !defined(NSRANGE_H_INCLUDED) */ 00033