18 static const struct st_file_operation *
const * p_file_operation = init_file_operation;
22 p_file_operation = fileop;
27 int do_file_operation(
uchar *fname,
uchar *arg)
30 uchar ext[EXT_LEN + 1] = {0};
38 rt = (*fo)->operation(fname, arg);
unsigned char uchar
GadgetSeedの文字(列)は unsigned char 型となる
int strcomp(const uchar *s1, const uchar *s2)
文字列比較
uchar * str2cap(uchar *str)
小文字から大文字へ変換
uchar * get_filename_extension(uchar *ext, const uchar *filename, unsigned int len)
ファイル拡張子を取得する