summaryrefslogtreecommitdiff
path: root/tptlibrary/file.c
blob: b3ad2781ed505860cf3c12cc911a16fd33d32b43 (plain)
1
2
3
4
5
6
7
#include "tpt_syscalls.h"

int update_TEST(int i, int x, int y, int nt, int ss)
{
	partCreate(-1, x, y-1, 2);
	return 0;
}