comparison src/plautogen/interface/Integer.h @ 120:ed85941a7514

mv old-makefiel
author anatofuz
date Mon, 02 Dec 2019 19:12:01 +0900
parents
children
comparison
equal deleted inserted replaced
119:94ee7046d190 120:ed85941a7514
1 typedef struct Integer<Impl> {
2 int value;
3 } Integer;