9 lines
116 B
C
9 lines
116 B
C
#ifndef PRINT_H
|
|
#define PRINT_H
|
|
|
|
#include "am.h"
|
|
|
|
size_t print(am_t *am, char *buffer, size_t buffer_size);
|
|
|
|
#endif
|