view lib/write-any-file.h @ 16846:a80d21de5373

system-quote, execute, spawn-pipe: Escape '?' on Windows. * lib/system-quote.c (SHELL_SPECIAL_CHARS, CMD_SPECIAL_CHARS): Add the '?' character. * lib/w32spawn.h (SHELL_SPECIAL_CHARS): Likewise. * tests/test-system-quote-main.c (check_all): Check also strings like "??????????". Reported by Eli Zaretskii <eliz@gnu.org>.
author Bruno Haible <bruno@clisp.org>
date Fri, 11 May 2012 01:39:04 +0200
parents 24420da38757
children
line wrap: on
line source

#include <stdbool.h>
bool can_write_any_file (void);