mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
6 lines
85 B
C
6 lines
85 B
C
|
#pragma once
|
||
|
|
||
|
#include "getopt_int.h"
|
||
|
|
||
|
int mkstemps(char *template, int suffix_len);
|