-2

I am looking for open source code for implementing fat32 in C or C++.I thought It would be easy to find several online but it appears to be evading me. I don't have a problem with GPL or any other open source license.

πάντα ῥεῖ
  • 1
  • 13
  • 116
  • 190

1 Answers1

1

Look at fs/fat directory in the Linux kernel sources for a Linux implementation.

ouah
  • 142,963
  • 15
  • 272
  • 331