#include int main() { FILE *f; f = fopen("adat.txt","a"); fputs("Valami",f); fclose(f); }