server_sequence_print()

int server_sequence_print(server_sequence_t *sequence, char *buf, int len)

Prints the string representation of the provided sequence in buf, len is the length of the buffer buf.

Returns the number of bytes printed into the buf, includes null terminator.

Note you can print a sequence as many times as you want.



2007-12-06