qstring: fix unquoting in %pathsearch directive
[nasm/autotest.git] / quote.h
blob501f7350eb491e32bc2b2c3b2db8561d9adc3ce4
1 #ifndef NASM_QUOTE_H
2 #define NASM_QUOTE_H
4 #include "compiler.h"
6 char *nasm_quote(char *str, size_t len);
7 size_t nasm_unquote(char *str);
8 char *nasm_skip_string(char *str);
10 #endif /* NASM_QUOTE_H */