Search:

Type: Posts; User: tabstop

Search: Search took 0.13 seconds.

  1. Half a jiff -- is this your header file (since...

    Half a jiff -- is this your header file (since you have an include guard at the top)? That's not at all what a header file should look like. A header file for this should look roughly like

    ...
  2. As we say, if it's not in the header file, then...

    As we say, if it's not in the header file, then as far as anybody else is concerned it doesn't exist. What more could you possibly ask for?
  3. So don't put that variable name in the header. ...

    So don't put that variable name in the header. There's no reason to, anyway; just put it in the .c file only and everybody will be happy.
Results 1 to 3 of 3