1
0
src/str/isempty.c
2022-10-23 02:07:25 -04:00

3 lines
51 B
C

#define _isempty_c
int isempty(int c){ return 0; }