Print a range of memory values into a file



i want to print a range of memory values into a file. i have used the
following sequence of commands in the HIwave emulator

define i = 0

while i<1024
fprintf(out.txt,"%c",buff[i])
define i = i + 1
endwhile

the main problem that it's so slow

can't i instruct the fprinf command to print it as a string like this

fprintf(out.txt,"%s",buff)

.



Relevant Pages

  • CookBook/Matrix document, CGI-SMTP (was months ago: Requesting advice how to clean up C code for
    ... If my mistake (in my CookBook/Matrix) is noted in any of those ... bookmarks, please cite a line or two of text at the point of the ... but would accept SMTP commands (all in one batch ... commands in sequence and return a corresponding sequence of ...
    (comp.lang.c)
  • Re: Cant free the memory after unloading the userform
    ... You should use those commands in place of the one that you have. ... horrible hanging about in memory afterwards. ... Set myform = New YourFormName ... Unload myform ...
    (microsoft.public.word.vba.general)
  • Re: HP49g+ suited to my needs? Seeking advice
    ... devote to learning to use it.... ... functions, with hard to remember commands for doing things, and no easy menu ... for jogging one's memory... ... there are reasonably decent documents for learning how to do much ...
    (comp.sys.hp48)
  • Re: Ada.Command_Line and wildcards
    ... expect to read in their entire input into memory at once before ... DoS to the attacker. ... It uses a fixed size buffer to read commands from the ...
    (comp.lang.ada)
  • Re: terrible performance in 6.1beta4
    ... wasn't there some other switch which determined wether to page ... I would agree with all the comments about memory and buffers - tweak ... simple commands like ls -l /etc takes a lot of time, ... you definitely want to kill the indices / FKs in that table until ...
    (freebsd-questions)