mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
9 lines
No EOL
280 B
C
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
|