Where i can get the source code of string.h not function prototypes, but implementation of functions
        Posted  
        
            by mohit
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mohit
        
        
        
        Published on 2010-04-09T12:30:08Z
        Indexed on 
            2010/04/09
            12:33 UTC
        
        
        Read the original article
        Hit count: 298
        
c
Hi, This file String.h
i found while searching about string.h. Where i can find functions implementation of functions defined in string.h i.e [say] source code of "void *memcpy(void *, const void *, size_t); " Also i want to ask how to make ur functions as an interface with its implmentation hidden from developer as string.h functions has.
© Stack Overflow or respective owner