Solar_OS API Reference

You are here: Main -> Utility API


Str_Len PROC STDCALL 
	ARG	@@src_ptr:DWORD

This function will calculate the length of source string. It works with ASCII null terminated strings.

Arguments:

Argument Type Description
src_ptr dword pointer to source string

Returns:

Posible Errors:

Remarks:

See Also

Str_Copy