summaryrefslogtreecommitdiff
path: root/src/stdlib/ttyslot.c
blob: 4e7a2b8ee8a9842dcbf73e63e01fa4ed56c6434c (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h>

int ttyslot(void)
{
	return 0;
}

/*
XOPEN(400,600)
*/