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.