Home
last modified time | relevance | path

Searched refs:TYPE_VISIBLE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libchipcard/libchipcard-5.0.4/tutorials/
H A Dexamplecard.h33 typedef struct TYPE_REAL TYPE_VISIBLE; typedef
34 int test_type(TYPE_VISIBLE *v);
H A Dexamplecard.c210 int test_type(TYPE_VISIBLE *v) { in test_type()