45 if (desc[0] !=
'\0') {
56 strncpy(buf+len, desc, size-len-1);
char * stringbuffer_finish(StringBuffer *sb)
Deallocate the string buffer instance and return the string.
StringBuffer * describe_item(const object *op, const object *owner, int use_media_tags, StringBuffer *buf)
Describes an item, in all its details.
Global type definitions and header inclusions.
void common_ob_describe(const object *op, const object *observer, int use_media_tags, char *buf, size_t size)
Describes an object, seen by a given observer.
void query_name(const object *op, char *buf, size_t size)
Describes an item.
Object type functions and variables.