cimura / minishell

0 stars 0 forks source link

builtin/export.cにTODOあり #17

Open taka2162 opened 1 month ago

taka2162 commented 1 month ago

is_special_char_in_key special_charcterの文字列リテラルとしているが、アルファベットと数字とアンダーバー(ファイル名の規則)を適用しないといけないので、それを確認する追加の関数を追加したい。