liba 0.1.15

An algorithm library based on C/C++
Documentation
1
2
3
4
5
#!/usr/bin/env bash
IFS=$'\n'
sources=$(find include src test lua/src java/src quickjs/src javascript/src -regex ".*\.\(c\|h\|cc\|hh\|cpp\|hpp\|cxx\|hxx\)")
clang-format -style=file -i $sources --verbose
black .