You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file processing functions: functions in lib/file.c mainly, other related functions also should be considerated.
f_cat
f_cp
f_img
f_ln
f_exlock
f_unlock
f_map
f_mode
f_mv
f_new
f_open
f_rm
f_suck
directory functions
others
system() functions for processing files: these functions process file via system shell, it should be replaced after checking there's no problem in file processing functions for BBS, or directly use existing functions in standard C libraries.
The text was updated successfully, but these errors were encountered:
lib/file.c
mainly, other related functions also should be considerated.f_cat
f_cp
f_img
f_ln
f_exlock
f_unlock
f_map
f_mode
f_mv
f_new
f_open
f_rm
f_suck
system()
functions for processing files: these functions process file via system shell, it should be replaced after checking there's no problem in file processing functions for BBS, or directly use existing functions in standard C libraries.The text was updated successfully, but these errors were encountered: