diff options
author | 2005-04-13 16:35:58 +0000 | |
---|---|---|
committer | 2005-04-13 16:35:58 +0000 | |
commit | b689ee2786eac41a232a3013412a05e8612d03f4 (patch) | |
tree | b9109ec81db96ae8b596cdbe67fc83ae0f271d74 /lib/libc/string/wcswcs.c | |
parent | make rcsnum_tostr() return an empty string if the RCSNUM is NULL (diff) | |
download | wireguard-openbsd-b689ee2786eac41a232a3013412a05e8612d03f4.tar.xz wireguard-openbsd-b689ee2786eac41a232a3013412a05e8612d03f4.zip |
Import w* functions so that I can send smaller diffs around.
(Nothing activated yet, of course)
okay deraadt@
Diffstat (limited to 'lib/libc/string/wcswcs.c')
-rw-r--r-- | lib/libc/string/wcswcs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/string/wcswcs.c b/lib/libc/string/wcswcs.c new file mode 100644 index 00000000000..bd35605547a --- /dev/null +++ b/lib/libc/string/wcswcs.c @@ -0,0 +1,5 @@ +/* $OpenBSD: wcswcs.c,v 1.1 2005/04/13 16:35:58 espie Exp $ */ +/* $NetBSD: wcswcs.c,v 1.1 2003/03/05 20:18:17 tshiozak Exp $ */ + +#define WCSWCS +#include "wcsstr.c" |