Code For Printf Function In Stdio.h Header File

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • searchingmindC
    New Member
    • Feb 2008
    • 1

    Code For Printf Function In Stdio.h Header File

    i am writing code for printf function which we use in commonly for i/o operation in c language.
    basic:
    definition
    int printf(char *arg1,...);
  • oler1s
    Recognized Expert Contributor
    • Aug 2007
    • 671

    #2
    Look up source code for any open source and free compiler implementation of the C library. This isn't very hard to given free Google access.

    Comment

    Working...