Write a RSS struct data in a buffer.
` char *buffer; buffer=null; //<--- This is important!! mrss_write_buffer (mrss, &buffer); ` The buffer must be null.
the rss struct data
the buffer
the error code
See Implementation
Write a RSS struct data in a buffer.
` char *buffer; buffer=null; //<--- This is important!! mrss_write_buffer (mrss, &buffer); ` The buffer must be null.