@CHIP-RTOS C Library V2.06 - 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
- Maximum length of version
string to copy
(including the binary zero character for terminating the string).
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.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.00 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|