rm_/lib/buffer-lcm.h
2020-09-02 16:47:03 +08:00

3 lines
84 B
C

#include <stddef.h>
size_t buffer_lcm (size_t, size_t, size_t) _GL_ATTRIBUTE_CONST;