view src/plautogen/interface/UInteger.h @ 154:343f8f3c8f18

add pipe.h
author anatofuz
date Thu, 19 Dec 2019 11:32:40 +0900
parents 8c7c1ea49f21
children
line wrap: on
line source

typedef struct UInteger<Impl> {
    unsigned int value;
} UInteger;