mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
2c11c41115
This finally fixes our duplicated getopt functions from different sources and gives us an up to date and the most compatible implementation. isohybrid actually relies on a glibc-specific getopt behavior that we previously hacked into the reactos_support_code.c implementation derived from BSD/mingw-w64. widl also needs getopt and previously used an even older BSD-derived code.
6 lines
85 B
C
6 lines
85 B
C
#pragma once
|
|
|
|
#include "getopt_int.h"
|
|
|
|
int mkstemps(char *template, int suffix_len);
|