├── LICENSE ├── README.md ├── keywords.txt ├── library.properties └── src ├── FixedString.cpp └── FixedString.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toomasz/FixedString/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toomasz/FixedString/HEAD/README.md -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toomasz/FixedString/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toomasz/FixedString/HEAD/library.properties -------------------------------------------------------------------------------- /src/FixedString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toomasz/FixedString/HEAD/src/FixedString.cpp -------------------------------------------------------------------------------- /src/FixedString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toomasz/FixedString/HEAD/src/FixedString.h --------------------------------------------------------------------------------