Search:

Type: Posts; User: D.Last.Raven

Search: Search took 0.00 seconds.

  1. program.c #include #include...

    program.c


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include "grandfather.h"
    #include "mylib.h"
  2. Same error appears. I don't know what format must...

    Same error appears. I don't know what format must the parameters in the functions should be even if I change the typedefs. (The labels appearing when cursor is hovered above the declarations are the...
  3. No. Another error happens when I duplicate it or...

    No. Another error happens when I duplicate it or transferred that from program.c to the mylib.h
  4. Linked list: function with a struct ptr parameter in header file error

    Good day to whoever reads this
    OS: Linux Mint 10 Julia
    IDE: Codeblocks 10.05 with GNU GCC as compiler
    The program is working when in one single file but an error surfaces when it is divided into...
Results 1 to 4 of 4