implementation of function not present in windows
More...
#include <windows.h>
#include <stddef.h>
Go to the source code of this file.
|
| char * | strdup (const char *s) |
| |
| char * | strndup (const char *s, size_t n) |
| |
| char * | strsep (char **stringp, const char *delim) |
| |
| int | getline (char **lineptr, size_t *n, FILE *fp) |
| |
| FILE * | fmemopen (void *buf, size_t len, const char *type NUSED) |
| |
implementation of function not present in windows
Definition in file windows_missing.h.
◆ MAX_PATH
◆ PATH_MAX
◆ realpath
| #define realpath |
( |
| N, |
|
|
| R ) |
◆ fmemopen()
| FILE * fmemopen |
( |
void * | buf, |
|
|
size_t | len, |
|
|
const char *type | NUSED ) |
◆ getline()
| int getline |
( |
char ** | lineptr, |
|
|
size_t * | n, |
|
|
FILE * | fp ) |
◆ strdup()
| char * strdup |
( |
const char * | s | ) |
|
◆ strndup()
| char * strndup |
( |
const char * | s, |
|
|
size_t | n ) |
◆ strsep()
| char * strsep |
( |
char ** | stringp, |
|
|
const char * | delim ) |