Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/18/06 14:25
Read: times


 
#129676 - Header files
Responding to: ???'s previous message
Conventionally, ".h" identifies a 'C' header file - and header files should not contain executable code.

Conventionally, header files contain only:
  • #defines;
  • typedefs;
  • function prototypes;
  • extern declarations.

    Function bodies and data definitions would go in ".c" source files.

    See: http://c-faq.com/cpp/hfiles.html

  • List of 4 messages in thread
    TopicAuthorDate
    Key scanning in C51            01/01/70 00:00      
       Post delay.h, 4bit:_lcd.h,            01/01/70 00:00      
          "delay.h" & "4bit_lcd.h"            01/01/70 00:00      
             Header files            01/01/70 00:00      

    Back to Subject List