summaryrefslogtreecommitdiff
path: root/Tests/iOSNavApp/TotalFunction.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/iOSNavApp/TotalFunction.c')
-rw-r--r--Tests/iOSNavApp/TotalFunction.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/iOSNavApp/TotalFunction.c b/Tests/iOSNavApp/TotalFunction.c
new file mode 100644
index 000000000..0965a88ac
--- /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;
+}