--- /dev/null
+//
+// File.c
+// utilities
+//
+// Created by J Osborne on 1/11/13.
+// Copyright (c) 2013 Apple Inc. All rights reserved.
+//
+
+int command_not_on_this_platform(int argc, char * const *argv);
+
+int command_not_on_this_platform(int argc, char * const *argv)
+{
+ return 0;
+}
\ No newline at end of file