Create print module
This commit is contained in:
8
lib/include/print.h
Normal file
8
lib/include/print.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PRINT_H
|
||||
#define PRINT_H
|
||||
|
||||
#include "am.h"
|
||||
|
||||
size_t print(am_t *am, char *buffer, size_t buffer_size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user