annotate paper/src/StackTestArg.h @ 91:4232c9dc1431

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2021 19:09:08 +0900
parents 9974be9e2d1c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
9974be9e2d1c add arg
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 typedef struct StackTest <> {
9974be9e2d1c add arg
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 __code insertTest1(Impl* stackTest, struct Stack* stack, __code next(...));
9974be9e2d1c add arg
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 __code next(...);
9974be9e2d1c add arg
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 } StackTest;