summaryrefslogtreecommitdiff
path: root/src/unistd/swab.c
blob: 7b735b1aae42bc8e355a53c30d916d05085cbec3 (plain)
1
2
3
4
5
6
7
8
9
#include <unistd.h>

void swab(const void * restrict src, void * restrict dest, ssize_t nbytes)
{
}

/*
XOPEN(4)
*/