![ICP DAS USA I-8088W Api Reference Manual Download Page 28](http://html1.mh-extra.com/html/icp-das-usa/i-8088w/i-8088w_api-reference-manual_3655886028.webp)
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);