Where i can get the source code of string.h not function prototypes, but implementation of functions
- by mohit
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.