summaryrefslogtreecommitdiffstats
path: root/uniso.c
blob: f8d44271c14743842485454c034b2b63f278ed3c (plain)
1
2
3
4
5
6
7
#include <unistd.h>
#include <uniso.h>

int main(int argc, char *argv[])
{
	return uniso(STDIN_FILENO, NULL, NULL);
}