JasPer  2.0.33
Todo List
Member jas_stream_clearerr (stream)
TODO/FIXME: Should this macro evaluate to void?
Member jas_stream_copy (jas_stream_t *destination, jas_stream_t *source, int count)
TODO/FIXME: count should probably be a size_t; return type ssize_t?
Member jas_stream_display (jas_stream_t *stream, FILE *fp, int count)
TODO/FIXME: should count be unsigned int or size_t instead of int?
Member jas_stream_pad (jas_stream_t *stream, int count, int value)
TODO: should the count be size_t; return type maybe size_t?
Member jas_stream_printf (jas_stream_t *stream, const char *format,...)
I think that the return type of int is okay here. It is consistent with printf and friends.
Member jas_stream_setrwcount (jas_stream_t *stream, long rw_count)
TODO/FIXME: Should this macro evaluate to void?