* destMax The size of the buffer. * c Character to set. * count Number of characters. * * <OUTPUT PARAMETERS> * dest buffer is updated. * * <RETURN VALUE> * EOK Success * EINVAL dest == NULL and destMax != 0 and destMax <= SECUREC_MEM_MAX_LEN * ERANGE des...