Rev 31 | Go to most recent revision | Details | Last modification | View Log | RSS feed
#ifndef _RCSTRING_H_
#define _RCSTRING_H_
struct RCString {
void* _vfptr;
unsigned int m_refcnt;
char* m_string;
};
#endif// _RCSTRING_H_