www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - BIOS API


BIOS_Version_String

Get RTOS version string.

void BIOS_Version_String ( char far *version, int max_len );

Parameters

version

Output parameter:   Up to max_len characters of the RTOS's version string will be output here.

max_len

One count less than size of buffer at version , to allow space for terminating nil character.

Return Value

-- none --

Comments

Caution:
    The string at version must be one greater than max_len to accommodate the string terminating nil character which is output after the version string.

See Also

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document