mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-12 22:45:54 +05:30
C: pure_getline.h: move include statements
This commit is contained in:
parent
c1916f928c
commit
4d797a9854
@ -5,14 +5,14 @@
|
||||
* License: Creative Commons Zero 1.0 Universal
|
||||
*/
|
||||
|
||||
#ifndef _PURE_GETLINE_H
|
||||
#define _PURE_GETLINE_H
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef _PURE_GETLINE_H
|
||||
#define _PURE_GETLINE_H
|
||||
|
||||
bool pure_getline(char** output);
|
||||
|
||||
#endif /* _PURE_GETLINE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user