Thread: Function header

  1. #1
    Registered User
    Join Date
    Jun 2011
    Posts
    1

    Function header

    Hi...How do you add a missing function header?That is my output after I debug the code

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Code:
    #include <missing_function_header>
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. const in function header
    By Opel_Corsa in forum C++ Programming
    Replies: 3
    Last Post: 11-10-2006, 04:15 PM
  2. Replies: 30
    Last Post: 06-19-2006, 12:35 AM
  3. making header function
    By ofthedove in forum C++ Programming
    Replies: 8
    Last Post: 03-08-2003, 06:37 AM
  4. Help understanding function header
    By BrewBuster in forum C Programming
    Replies: 3
    Last Post: 02-24-2003, 11:01 PM
  5. what does this function header mean
    By mackol in forum C Programming
    Replies: 2
    Last Post: 12-08-2002, 02:06 PM