Format: AllC/C++CSSTextshell script Advanced Search
90: /* strcpy : copy text string */ 91: char* knl_strcpy( char *dst, const char *src ) 92: {