RW test stub.

This commit is contained in:
Geoffrey Challen
2015-12-31 13:56:21 -05:00
parent 89ba79cdb4
commit 1b63251154
3 changed files with 18 additions and 0 deletions

View File

@@ -487,3 +487,18 @@ cvtest2(int nargs, char **args)
return 0;
}
/*
* Complete this for ASST1.
*/
int rwtest(int nargs, char **args) {
(void) nargs;
(void) args;
tkprintf("rwtest unimplemented\n");
success(FAIL, "rwtest");
return 0;
}