[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function ROM_date - gets the ROM id date
Syntax byte ROM_date(void);
Prototype in ibm.h
Remarks finds the ROM id date at F000:FFF5
Return value returns a pointer to the storage location
containing the string, or NULL if space could not
be allocated.
See also ibm.h
machine_id(), ROM_id()
Example #include <ibm.h>
#include <stdio.h>
main()
{
printf("ROM BIOS date = %s",ROM_date());
}
Program output ROM BIOS date = 06/10/85
See Also:
machine_id()
ROM_id()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson