mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-30 19:17:36 +00:00
parent
cf70a44756
commit
0b59f01b43
3 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
│ PERFORMANCE OF THIS SOFTWARE. │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/paths.h"
|
||||
#include "libc/stdio/stdio.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/sysv/errfuns.h"
|
||||
#include "libc/unistd.h"
|
||||
|
|
|
@ -79,7 +79,6 @@ int setvbuf(FILE *, char *, int, size_t) libcesque;
|
|||
int pclose(FILE *) libcesque;
|
||||
char *ctermid(char *) libcesque;
|
||||
void perror(const char *) libcesque relegated;
|
||||
size_t confstr(int, char *, size_t) libcesque;
|
||||
|
||||
typedef uint64_t fpos_t;
|
||||
char *gets(char *) libcesque paramsnonnull();
|
||||
|
|
|
@ -4,6 +4,8 @@ COSMOPOLITAN_C_START_
|
|||
|
||||
#define _CS_PATH 0
|
||||
|
||||
size_t confstr(int, char *, size_t) libcesque;
|
||||
|
||||
#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || \
|
||||
defined(_COSMO_SOURCE)
|
||||
void encrypt(char *, int) libcesque;
|
||||
|
|
Loading…
Reference in a new issue