stdio in include guard

This commit is contained in:
Jōshin 2024-05-19 00:18:39 -07:00
parent c653b0249d
commit 28038e339f
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
#ifndef COSMOPOLITAN_LIBC_READPASSPHRASE_H_
#define COSMOPOLITAN_LIBC_READPASSPHRASE_H_
#ifndef COSMOPOLITAN_LIBC_STDIO_READPASSPHRASE_H_
#define COSMOPOLITAN_LIBC_STDIO_READPASSPHRASE_H_
#define RPP_ECHO_OFF 0x00
#define RPP_ECHO_ON 0x01
@ -14,4 +14,4 @@ COSMOPOLITAN_C_START_
char *readpassphrase(const char *, char *, size_t, int) libcesque;
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_READPASSPHRASE_H_ */
#endif /* COSMOPOLITAN_LIBC_STDIO_READPASSPHRASE_H_ */