Function Definition

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajesh6695
    New Member
    • Oct 2006
    • 96

    Function Definition

    Hai

    Where the pre defined function definitions and declarations will be available either in the header file or in the library file...

    I think it will be in the library files i am not sure so that only i am asking....

    If the definition is available in the library file can we see that definition...Is there any way to see the pre defined function definition for example i need to see the _bios_serialcom () function definition...Ho w they are sending data to the port?
    Weather the function definitions are written in the assembly language or in C only......

    If u feel this is a silly question excuse me....


    Thanks...
  • Soujiro
    New Member
    • Jan 2007
    • 35

    #2
    library is where the object files are compiled.. It is the flesh and blood of a module or project or somthing.. The defines should be located in the header files.. the bone or the structure of the object files in the library...

    Comment

    Working...