mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-08-14 22:38:37 +02:00
10 lines
278 B
C
10 lines
278 B
C
#include "crtheaders.h"
|
|
#include STDLIB_H
|
|
|
|
#define environ _environ
|
|
void freezero(void *, size_t);
|
|
int setenv(const char *name, const char *value, int rewrite);
|
|
#define system w32_system
|
|
int w32_system(const char *command);
|
|
char* realpath(const char *pathname, char *resolved);
|