Edit

kc3-lang/kc3/libc3/buf.c3

Branch :

  • libc3/buf.c3
  • defmodule Buf do
      defstruct do
        Str str
        u64 rpos
        u64 wpos
        sw flush (Buf buf)
        sw refill (Buf buf)