1
0
src/str/isvalue.c

3 lines
51 B
C
Raw Normal View History

2022-10-23 06:07:25 +00:00
#define _isvalue_c
int isvalue(int c){ return 1; }