diff options
Diffstat (limited to 'Tests/iOSNavApp/TotalFunction.c')
-rw-r--r-- | Tests/iOSNavApp/TotalFunction.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/iOSNavApp/TotalFunction.c b/Tests/iOSNavApp/TotalFunction.c new file mode 100644 index 0000000..0965a88 --- /dev/null +++ b/Tests/iOSNavApp/TotalFunction.c @@ -0,0 +1,14 @@ +// +// TotalFunction.c +// NavApp3 +// +// Created by David Cole on 8/10/11. +// Copyright 2011 Kitware, Inc. All rights reserved. +// + +#include "TotalFunction.h" + +int Total(const char *context) +{ + return 22; +} |