I-8088W API Reference Manual, Version 1.0.0, Aug. 2010 --- 28
3.4. i8088W_GetLibDate
The function is used to get the built date of library file.
Syntax
short i8088W_GetLibDate(char *LibDate);
Parameter
LibDate the string buffer of library built date
Return Values
The built dates of library file.
Examples
[C]
char lib_date[32];
i8088W_GetLibDate(lib_date);