bugfixMaster #1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "bugfixMaster"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
some bugfixes
@ -25,4 +23,0 @@
FILE* file = fopen(filename, "w");
//if there is no file or a wrong file path you becom an error
if (file == NULL) {
perror("Could not open file %s\n", filename);
perrror isch fuer errno (int)
@ -60,0 +55,4 @@
llist *write_csv_to_llist(const char *filename) {
llist *list = NULL; // list to return
// Open file with read permision
FILE *file = fopen(filename, "r");
fuer write bruchts 'w' flag
passt so ?
Pull request closed