mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
d30bd83660
This searches for prototypes by using the same regular expression used to search for functions definitions, but with "{}" replaced by ";". Note that it requires the prototype to be formatted identically to the function definition (e.g. matching white-space). http://code.google.com/p/arduino/issues/detail?id=973