Standard library for external programs

This commit is contained in:
Simon Robertshaw
2012-09-10 12:47:25 +01:00
parent 369ba2eced
commit 89c50d8be2
3 changed files with 37 additions and 0 deletions

7
tptlibrary/file.c Normal file
View File

@@ -0,0 +1,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;
}