/* * pure_getline.h * * Author: Intel A80486DX2-66 * License: Creative Commons Zero 1.0 Universal or Unlicense * SPDX-License-Identifier: CC0-1.0 OR Unlicense */ #ifndef _PURE_GETLINE_H #define _PURE_GETLINE_H #include #include #include #include bool pure_getline(char** output); #endif /* _PURE_GETLINE_H */