Solar_OS API Reference

You are here: Main -> Utility API


Str_Copy PROC STDCALL
	ARG	@@src_ptr:DWORD,@@dest_ptr:DWORD

This function will copy source string into destination string. It works with ASCII null terminated strings.

Arguments:

Argument Type Description
src_ptr dword pointer to source string
dest_ptr dword pointer to destination string

Returns:

Posible Errors:

Remarks:

See Also

Str_Add