mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
7 lines
156 B
C
7 lines
156 B
C
/* We want to test the inline functions here. */
|
|||
|
|||
#define DO_STRING_INLINES
|
|||
#undef __USE_STRING_INLINES
|
|||
#define __USE_STRING_INLINES 1
|
|||
#include "tester.c"
|