Current section

Files

Jump to
matrex native include utils.h
Raw

native/include/utils.h

#ifndef INCLUDED_UTILS_H
#define INCLUDED_UTILS_H
#include <stdio.h>
#include <stdint.h>
void
print_spaces(int count);
#endif