winprefs v0.3.2
A registry exporter for programmers.
Loading...
Searching...
No Matches
Functions
shell.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

wchar_t * escape_for_batch (const wchar_t *input, size_t n_chars)
 Escapes a string for a batch file.
 

Function Documentation

◆ escape_for_batch()

wchar_t * escape_for_batch ( const wchar_t * input,
size_t n_chars )

Escapes a string for a batch file.

Parameters
inputInput string.
n_charsLength of the input string in word size.
Returns
Pointer to escaped string. Must be freed on caller side.

Definition at line 4 of file shell.c.