chickadee » protobuf » write-sint*

(write-sint* I [PORT] [MAX-SIZE])procedure

Writes a variable length base 128 zig-zag-encoded signed 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.