]> git.saurik.com Git - apple/security.git/blob - utilities/SecurityTool/not_on_this_platorm.c
Security-55471.tar.gz
[apple/security.git] / utilities / SecurityTool / not_on_this_platorm.c
1 //
2 // File.c
3 // utilities
4 //
5 // Created by J Osborne on 1/11/13.
6 // Copyright (c) 2013 Apple Inc. All rights reserved.
7 //
8
9 int command_not_on_this_platform(int argc, char * const *argv);
10
11 int command_not_on_this_platform(int argc, char * const *argv)
12 {
13 return 0;
14 }