#ifndef INCLUDED_UTILS_H
#define INCLUDED_UTILS_H

#include <stdio.h>
#include <stdint.h>

void
print_spaces(int count);

#endif
