Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 26, 2019 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/8e6a193fd9da9ba6678f80393faf9c82 to your computer and use it in GitHub Desktop.
Save ryantm/8e6a193fd9da9ba6678f80393faf9c82 to your computer and use it in GitHub Desktop.
/nix/store/p0w9cygrlnxb4wz5zrw3nhsak2r4wxda-libxl-3.8.4
├── include_c
│   ├── AutoFilterA.h
│   ├── AutoFilterW.h
│   ├── BookA.h
│   ├── BookW.h
│   ├── enum.h
│   ├── FilterColumnA.h
│   ├── FilterColumnW.h
│   ├── FontA.h
│   ├── FontW.h
│   ├── FormatA.h
│   ├── FormatW.h
│   ├── handle.h
│   ├── libxl.h
│   ├── setup.h
│   ├── SheetA.h
│   └── SheetW.h
├── include_cpp
│   ├── enum.h
│   ├── IAutoFilterT.h
│   ├── IBookT.h
│   ├── IFilterColumnT.h
│   ├── IFontT.h
│   ├── IFormatT.h
│   ├── ISheetT.h
│   ├── libxl.h
│   └── setup.h
├── lib
│   └── libxl.so
└── license.txt
3 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment