FLIRT
Last updated
Was this helpful?
Was this helpful?
offset = fread((char *)workblock...
do_after_key();
window(1,1,80,25);
gotoxy(1,25);
clreol();
printf("A sample of the re...
if( is_ok() == 2)
{
enc_string_offset = 0;
key_adjust();
}
window(1,1,80,25);
gotoxy(1,25);
clreol();
printf("Do you want to sav...
if(is_ok() == 1)
dump_to_disk();