We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02881e5 + c8e9a64 commit 2da340aCopy full SHA for 2da340a
README.md
@@ -115,6 +115,9 @@ the filesystem until sync or close is called on the file.
115
116
## Other notes
117
118
+Littlefs is written in C, and specifically should compile with any compiler
119
+that conforms to the `C99` standard.
120
+
121
All littlefs calls have the potential to return a negative error code. The
122
errors can be either one of those found in the `enum lfs_error` in
123
[lfs.h](lfs.h), or an error returned by the user's block device operations.
0 commit comments