secstaticcode.h
 1  //
 2  //  secstaticcode.h
 3  //  Security
 4  //
 5  //  Copyright 2021 Apple Inc. All rights reserved.
 6  //
 7  #include <sys/cdefs.h>
 8  
 9  __BEGIN_DECLS
10  /// Integration test hook.
11  int run_integration_tests(const char *root);
12  __END_DECLS