LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 0 : #ifndef BSD_STRING_H 2 : #define BSD_STRING_H 3 : #ifdef NEED_STRLCPY 4 : size_t strlcpy(char *dst, const char *src, size_t siz); 5 : #endif 6 : #endif 7 : |
![]() |
Generated by: LCOV version 1.14 |