#ifndef PRINT_H #define PRINT_H #include "am.h" size_t print(am_t *am, char *buffer, size_t buffer_size); #endif