is_cd
int is_cd;
is_cd = 0;
is_cd = 1;
if (is_cd)
if (!is_cd(dev))
if (is_cd(dev)) {
static int is_cd(char *node);