アットウィキロゴ

vsftpd_1.2.1_str.c_str_isempty

str_isempty


source

str.c

line

156 - 160

function


   156 int
   157 str_isempty(const struct mystr* p_str)
   158 {
   159   return (p_str->len == 0);
   160 }
最終更新:2009年01月31日 22:23
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。