Mercurial > hg > Members > Moririn
comparison src/parallel_execution/SingleLinkedStack.cbc @ 462:8d7e5d48cad3
Running CPU examples
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 20 Dec 2017 22:05:08 +0900 |
parents | 77de0283ac92 |
children | ac244346c85d |
comparison
equal
deleted
inserted
replaced
461:6b71cf5b1c22 | 462:8d7e5d48cad3 |
---|---|
1 #include "../context.h" | 1 #include "../context.h" |
2 #include "Stack.h" | |
2 #include <stdio.h> | 3 #include <stdio.h> |
3 | 4 |
4 // typedef struct SingleLinkedStack { | 5 // typedef struct SingleLinkedStack { |
5 // struct Element* top; | 6 // struct Element* top; |
6 // } SingleLinkedStack; | 7 // } SingleLinkedStack; |