slipstream/include/slipstream_inline_dots.h
2024-12-10 14:40:31 +08:00

9 lines
No EOL
280 B
C

#ifndef SLIPSTREAM_INLINE_DOTS_H
#define SLIPSTREAM_INLINE_DOTS_H
#include <stddef.h>
size_t slipstream_inline_dotify(char * __restrict__ buf, size_t buflen, size_t len);
size_t slipstream_inline_undotify(char * __restrict__ buf, size_t len);
#endif // SLIPSTREAM_INLINE_DOTS_H