repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AES instructions are WESTMERE, not NEHALEM
[nasm.git]
/
quote.h
blob
5f96159e4579b979672cd66835c091208e8b7d28
1
#ifndef NASM_QUOTE_H
2
#define NASM_QUOTE_H
3
4
#include
"compiler.h"
5
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
);
9
10
#endif
/* NASM_QUOTE_H */
11