summaryrefslogtreecommitdiff
path: root/lib/libc/string/Lint_swab.c
blob: 64986c60d1eab8299830e736d8e92c8ab7f9dc5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $NetBSD: Lint_swab.c,v 1.3 2010/07/05 00:45:19 christos Exp $ */

/*
 * This file placed in the public domain.
 * Chris Demetriou, November 5, 1997.
 */

#include <string.h>

/*ARGSUSED*/
void
swab(const void *src, void *dst, ssize_t len)
{
}