LLVM OpenMP 19.0.0git
test-touch.c
Go to the documentation of this file.
1// test-touch.c //
2
3//===----------------------------------------------------------------------===//
4//
5// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6// See https://llvm.org/LICENSE.txt for license information.
7// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8//
9//===----------------------------------------------------------------------===//
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14extern double omp_get_wtime();
17#ifdef __cplusplus
18}
19#endif
20
21int main() {
25 return 0;
26}
27
28// end of file //
int omp_get_max_threads()
int omp_get_num_threads()
double omp_get_wtime()
int main()
Definition: test-touch.c:21