Christopher Haster b3669f02c2 Dropped __cplusplus guards
littlefs is not a C++ project, and it's important to make sure users are
aware of that in case the header file ever breaks C++ (C++ is _not_
compatible with C99).

So dropping these guards.

C++ users should wrap the relevant includes with extern "C":

  extern "C" {
  #include "lfs.h"
  }
2025-04-23 23:21:18 -05:00
..
2025-04-23 23:21:18 -05:00
2025-04-23 23:21:18 -05:00
2025-04-23 23:21:18 -05:00