algorithms/ uninitializedfilln.bi | |
License | Copyright © 2009, FreeBASIC Extended Library Development Group |
Functions | |
UninitializedFillN | Copies a value //x// to a number of uninitialized elements //n// in the range starting at //first//. |
Copyright © 2009, FreeBASIC Extended Library Development Group
Distributed under the FreeBASIC Extended Library Group license. See accompanying file LICENSE.txt or copy at http://code.google.com- /p- /fb-extended-lib- /wiki- /License
declare sub UninitializedFillN overload ( byval first as fbext_TypeName(T_) ptr, byval n as SizeType, byref x as const fbext_TypeName(T_) )
Copies a value //x// to a number of uninitialized elements //n// in the range starting at //first//.
first | A pointer to the first element in the range. |
n | The number of elements in the range. |
x | The value to fill. |
Copies a value //x// to a number of uninitialized elements //n// in the range starting at //first//.
declare sub UninitializedFillN overload ( byval first as fbext_TypeName(T_) ptr, byval n as SizeType, byref x as const fbext_TypeName(T_) )