In order to make it easier for beginners to get started with writing Arduino sketches, and for the convenience of all users, Arduino CLI automatically generates and adds prototypes for functions ...
For example, running ./arduino-cslt compile -b arduino:samd:mkrwifi1010 sketch/sketch.ino should produce a library with the following structure, in the current working directory: sketch-dist/ ├── ...