chickadee » protobuf » write-uint*

(write-uint* N [PORT] [MAX-SIZE])procedure

Writes a variable length base 128 encoded unsigned integer to PORT (defaulting to (current-output-port)). Stops with a syntax error if the encoding is longer than MAX-SIZE bytes (defaulting to 10); pass #f to disable the length check.