winprefs
v0.3.2
A registry exporter for programmers.
Loading...
Searching...
No Matches
native
shell.h
Go to the documentation of this file.
1
2
#ifndef SHELL_H
3
#define SHELL_H
4
6
11
wchar_t
*
escape_for_batch
(
const
wchar_t
*input,
size_t
n_chars);
12
13
#endif
// SHELL_H
escape_for_batch
wchar_t * escape_for_batch(const wchar_t *input, size_t n_chars)
Escapes a string for a batch file.
Definition
shell.c:4
Generated by
1.10.0