AceCommon  1.5.2
Arduino library for low-level common functions and features with no external dependencies
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  src
  algorithms
 binarySearch.hTemplatized implementation of binary search function over a sorted array of things
 isSorted.hTemplatized functions that determine if an array of things is sorted
 linearSearch.hTemplatized implementation of linear search function over an array of things, which is not necessarily sorted
 reverse.hTemplatized function that reverses the elements of a given array
  arithmetic
 arithmetic.hCommon functions involving arithmetics such as incrementing, addition, subtraction, division, and conversion to and from BCD (binary coded decimal)
  backslash_x_encoding
 backslash_x_encoding.cpp
 backslash_x_encoding.hProvides 2 functions to perform backslash-x encoding and decoding
  cstrings
 copyReplace.cpp
 copyReplace.hFunctions that copy c-strings from src to dst while replacing a given character with another character or another string
  fstrings
 FCString.cpp
 FCString.h
 FlashString.h
  hash
 djb2.hImplement the djb2 hash algorithm (http://www.cse.yorku.ca/~oz/hash.html) for normal strings and flash strings
  kstrings
 KString.cpp
 KString.h
  print_str
 PrintStr.h
  print_utils
 printfTo.hImplement a printfTo() that accept formatting strings like printf() and prints the result to the given Print object
 printIntAsFloat.hPrint integers as floating point numbers, without using floatin point operations which are expensive on 8-bit processors
 printPadTo.hVarious function that prints a uint16_t integer using N decimal places, padded with a space or 0 character
 printReplaceTo.hFunctions that print strings from src to the given Print object while replacing a given character with another character or another string
  pstrings
 pstrings.cpp
 pstrings.hString functions on strings stored in flash memory through the PROGMEM attribute
  timing_stats
 GenericStats.h
 TimingStats.h
  url_encoding
 url_encoding.cpp
 url_encoding.hProvides 2 functions to perform URL form encoding and decoding
 AceCommon.h