glue for strsvisx
This commit is contained in:

committed by
Love Hornquist Astrand

parent
50b6b63911
commit
87d30c0e23
@@ -947,6 +947,14 @@ ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
strsvis(char *, const char *, int, const char *);
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_STRSVISX) || defined(NEED_STRSVISX_PROTO)
|
||||
#ifndef HAVE_STRSVISX
|
||||
#define strsvisx rk_strsvisx
|
||||
#endif
|
||||
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
strsvisx(char *, const char *, size_t, int, const char *);
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_STRUNVIS) || defined(NEED_STRUNVIS_PROTO)
|
||||
#ifndef HAVE_STRUNVIS
|
||||
#define strunvis rk_strunvis
|
||||
|
Reference in New Issue
Block a user