Search:

Type: Posts; User: Systo

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,323

    Initializing complex data structures

    Hi folks!

    I'm having issues initializing complex data structures.

    matchcontroller.h

    typedef struct { char *key;
    char *value;
    } matcher;
    typedef void(*matchaction)(void);
  2. Replies
    4
    Views
    3,934

    Ok, didn't know that. But I'm still getting the...

    Ok, didn't know that.
    But I'm still getting the same errors.
  3. Replies
    4
    Views
    3,934

    Building program with shared library

    Hi folks!

    I'm trying to build a (multi-file) sample program with a shared library for demonstration purposes. But unfortunately, I'm getting something wrong. Anybody here to help?


    $ make
    gcc...
Results 1 to 3 of 3