Open
Description
Hello,
I am trying to figure out how to use this library, and I'm stuck on the meaning of certain variables, such as lfs_off_t
. First, I searched throughout all the files, especially lfs.h, but there seems to be no documentation on the functions nor their arguments. I tried Google but no results. Next I asked ChatGPT, and it came up with the following answer.
Is this the correct definition for the variable lfs_off_t
? What about others such as lfs_soff_t
, struct lfs_gstate
, struct lfs_mlist
. Is this simply nomenclature borrowed from previous libraries? Where does one learn the meaning behind all these variables?