FreeSWITCH.Native.freeswitch.switch_isspace C# (CSharp) Method

switch_isspace() public static method

public static switch_isspace ( int c ) : int
c int
return int
        public static int switch_isspace(int c)
        {
            int ret = freeswitchPINVOKE.switch_isspace(c);
            return ret;
        }
freeswitch