Einzelnen Beitrag anzeigen

fwsp
(Gast)

n/a Beiträge
 
#16

AW: [C] fgets() wird nicht ausgeführt

  Alt 1. Dez 2010, 15:07
Code:
                       while ((c = getch()) != '\13') {
                               buf_out[idx_out++] = c;
                               printf("%c", c);
                       }
                       printf("\n");

                       buf_out[idx_out] = '\0';
das is mein workaround.
  Mit Zitat antworten Zitat