Search:

Type: Posts; User: aleccher

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,667

    thx a lot for hints

    i probably will go with static declaration to make architecture centralized.

    what kind of stuff i can include into header?

    also, where would i find good literature about how to in C?

    i.e. :...
  2. Replies
    5
    Views
    1,667

    variable declaration in H file

    hi forum,

    i'm new to C and trying to declare some variables to use on global scope a cross .c files. here is a sample of the code:

    abc.h:
    --------

    int rc;

    int thinkTime = 5;
Results 1 to 2 of 2