Merge pull request #8 from vanti-public/master
Removed `pad_leading_chars()` function - functional duplicate of `string_prefix_to_length`
Merge branch 'upstream_changes'
This project contains globally useful, portable includes for augmenting the base functionality of the proprietary AMX NetLinx language used for programming AMX NetLinx integrated controllers.
Currently the project provides a math library, string manipulation library, time and date library, array utils, a managed debug messaging library and an associated console output library.
Want to help out? Awesome.
A convenience include has been provided to simplify usage. Ensure that the libraries are placed within your project's compile path then include prior to utilizing provided functionality within your project code.
include 'netlinx-common-libraries'
Alternatively, individually specify the library components that you require. Any cross include dependencies within the NetLinx Common Libraries are handled internally.
This project is licensed under the MIT License. Feel free to use it, sell it, modify it, re-distribute - basically whatever the hell you like. See LICENSE for more info.