アットウィキロゴ

vsftpd_1.2.1_str.c_str_get_char_at

str_get_char_at


source

str.c

line

543 - 551

function


   543 char
   544 str_get_char_at(const struct mystr* p_str, const unsigned int indexx)
   545 {
   546   if (indexx >= p_str->len)
   547   {
   548     bug("bad indexx in str_get_char_at");
   549   }
   550   return p_str->p_buf[indexx];
   551 }
最終更新:2009年01月31日 22:26
ツールボックス

下から選んでください:

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