I\'m trying to use fopen("somefile", "r") to read a file (that exists) that is in the same directory as my C code (ex: main.c).
FILE *myFile =