ctpv/ctpv.h

9 lines
91 B
C
Raw Normal View History

2022-06-08 06:03:40 +02:00
#ifndef CTPV_H
#define CTPV_H
#define ANY_TYPE "*"
extern const char any_type[];
#endif