Re: a propose for a suppose far better sscanf in assembly
- From: "¬a\\/b" <al@xxx>
- Date: Sun, 28 Jan 2007 09:59:09 +0100
On Sun, 28 Jan 2007 09:27:19 +0100, "¬a\\/b" <al@xxx> wrote:
; int _sscan_m<(char** ove, char* input, char* fmt, ...)
so interest no one of you to do a safe sscanf?
i until now not have use it much so it will be full of errors...
but if the name of one string is the string itself i can write
somethig like
a1 dd 0, 0
int1 dd 0, 0
int2 dd 0, 0
"%d %d" db "%d %d", 0
_sscan<(a1, input_string, "%d %d", int1, int2); a<0#.error;
is it not easy?
i would said
_sscan<(a1, input_string, "%d %d", int1, int2); a!=2#.error;
.
- References:
- Prev by Date: Re: a propose for a suppose far better sscanf in assembly
- Next by Date: Re: traslation
- Previous by thread: Re: a propose for a suppose far better sscanf in assembly
- Next by thread: Merge sort
- Index(es):
Relevant Pages
|