I've been working on this code since morning and seems like I need stronger skills on pointers n arrays.
I'm trying to read the content of a config file, which has x lines and then pass it to an array of characters.
Not really sure if I did use the strtok function correctly, but here's what I got so far..
Code:
#include <stdio.h> #include <stdlib.h> #include <string.h>
Leave a comment: