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