mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 17:30:27 +00:00
stdio in include guard
This commit is contained in:
parent
c653b0249d
commit
28038e339f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#ifndef COSMOPOLITAN_LIBC_READPASSPHRASE_H_
|
#ifndef COSMOPOLITAN_LIBC_STDIO_READPASSPHRASE_H_
|
||||||
#define COSMOPOLITAN_LIBC_READPASSPHRASE_H_
|
#define COSMOPOLITAN_LIBC_STDIO_READPASSPHRASE_H_
|
||||||
|
|
||||||
#define RPP_ECHO_OFF 0x00
|
#define RPP_ECHO_OFF 0x00
|
||||||
#define RPP_ECHO_ON 0x01
|
#define RPP_ECHO_ON 0x01
|
||||||
|
@ -14,4 +14,4 @@ COSMOPOLITAN_C_START_
|
||||||
char *readpassphrase(const char *, char *, size_t, int) libcesque;
|
char *readpassphrase(const char *, char *, size_t, int) libcesque;
|
||||||
|
|
||||||
COSMOPOLITAN_C_END_
|
COSMOPOLITAN_C_END_
|
||||||
#endif /* COSMOPOLITAN_LIBC_READPASSPHRASE_H_ */
|
#endif /* COSMOPOLITAN_LIBC_STDIO_READPASSPHRASE_H_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue