Explorar o código

Merge pull request #373 from henrygab/patch-1

Indicate C99 standard as target for LittleFS code
Christopher Haster %!s(int64=5) %!d(string=hai) anos
pai
achega
2da340af69
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -115,6 +115,9 @@ the filesystem until sync or close is called on the file.
 
 
 ## Other notes
 ## Other notes
 
 
+Littlefs is written in C, and specifically should compile with any compiler
+that conforms to the `C99` standard.
+
 All littlefs calls have the potential to return a negative error code. The
 All littlefs calls have the potential to return a negative error code. The
 errors can be either one of those found in the `enum lfs_error` in
 errors can be either one of those found in the `enum lfs_error` in
 [lfs.h](lfs.h), or an error returned by the user's block device operations.
 [lfs.h](lfs.h), or an error returned by the user's block device operations.