Pjsip中一些有用的基本函數實現

最近在看些Pjsip的代碼,想着把其中常用到的基本函數實現代碼摘出,供之後有須要的時候使用。git 這部分代碼,都是C的。ide # define isalnum(c) (isalpha(c) || isdigit(c)) # define isalpha(c) (islower(c) || isupper(c)) # define isascii(c)
相關文章
相關標籤/搜索