view src/plautogen/interface/Integer.h @ 395:17e8a4bc06a7 default tip

add macOS AR/RANLIB
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2020 21:59:50 +0900
parents ed85941a7514
children
line wrap: on
line source

typedef struct Integer<Impl> {
    int value;
} Integer;