summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/source/empty.c')
-rw-r--r--all_pairs/source/empty.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/all_pairs/source/empty.c b/all_pairs/source/empty.c
new file mode 100644
index 0000000..e4fd214
--- /dev/null
+++ b/all_pairs/source/empty.c
@@ -0,0 +1,11 @@
1#include "../extra.h"
2
3int main(int argc, char **argv)
4{
5 SET_UP
6 for (jobsComplete=-1; jobsComplete<maxJobs; jobsComplete++){
7 START_LOOP
8 STOP_LOOP
9 }
10 WRITE_TO_FILE
11}