2 fputs - write a string to a file
14 This function writes the string found in data to the file
18 > fd = fopen("/tmp/newfile", "w")
19 > fputs(fd, "chongo was here\n")
20 > fd2 = fopen("/tmp/newfile", "r")
25 fd must be associated with an open file
31 errno, fclose, feof, ferror, fflush, fgetc, fgetline, fgets, files, fopen,
32 fprintf, fputc, fputs, fseek, fsize, ftell, isfile, printf, prompt