Add dummy test for version tracking
[nasm/autotest.git] / quote.h
blob5f96159e4579b979672cd66835c091208e8b7d28
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, char **endptr);
8 char *nasm_skip_string(char *str);
10 #endif /* NASM_QUOTE_H */