test_strcasecmp_l.h
1 #ifndef TEST_STRCASECMP_L_H
2 #define TEST_STRCASECMP_L_H 1
3 
4 
5 /* ========================================================================== */
6 /* Function prototypes */
7 
8 int test_strcasecmp_l(void);
9 
10 
11 #endif /* TEST_STRCASECMP_L_H */
12 
13 /* EOF */
test_strcasecmp_l
int test_strcasecmp_l(void)
Test posix_strcasecmp_l() implementation.
Definition: test_strcasecmp_l.c:44

Generated at 2024-04-27 using  doxygen