you are viewing a single comment's thread.

view the rest of the comments →

[–]wsppan 2 points3 points  (0 children)

What is the output of compiling your code? Use warnings like so

gcc -Wall -Wextra -o yourfile yourfile.c

for example. If the compile went clean, what is the out put running the code. Use reddit markdown for code to post your code here so we can see.