comparison src/libgomp-test.c @ 946:35a9e556c82c

improved coding style of test programs
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 09 May 2010 23:21:01 +0200
parents 5d47a5e4b43a
children e55bb62b2970
comparison
equal deleted inserted replaced
945:5d47a5e4b43a 946:35a9e556c82c
2 /* See doc/index.html for further information. */ 2 /* See doc/index.html for further information. */
3 3
4 #include <omp.h> 4 #include <omp.h>
5 #include <stdio.h> 5 #include <stdio.h>
6 6
7 int main(int argc, char* argv[]) 7 int main(int argc, char *argv[])
8 { 8 {
9 (void)argc; 9 (void)argc;
10 (void)argv; 10 (void)argv;
11 11
12 #pragma omp parallel 12 #pragma omp parallel