Finish rough ACCU implementation!

This commit is contained in:
lux
2017-08-10 23:08:50 +02:00
parent ad6f5a5854
commit caf2b81431
5 changed files with 33 additions and 24 deletions

View File

@ -2,7 +2,7 @@
#define TOY_H
#include <stdio.h>
#include <stdint.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>