Move all function declarations to library header.

This commit is contained in:
2021-10-30 21:45:58 +01:00
parent e06a4976ee
commit 00cc6f2b09
9 changed files with 48 additions and 66 deletions

View File

@@ -16,6 +16,8 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include "library.h"