ctpv/ctpv.h
2022-06-08 10:39:05 +05:00

9 lines
91 B
C

#ifndef CTPV_H
#define CTPV_H
#define ANY_TYPE "*"
extern const char any_type[];
#endif