mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
9 lines
91 B
C
9 lines
91 B
C
#ifndef CTPV_H
|
|
#define CTPV_H
|
|
|
|
#define ANY_TYPE "*"
|
|
|
|
extern const char any_type[];
|
|
|
|
#endif
|