c_func(undef); # NULL param c_func(''); # empty string param c_func(123); # string '123' param c_func('qwe'); # string 'qwe' param