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

switch_ispunct() public static method

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