kmm32:remove unneccesary stdio.h

This commit is contained in:
Kitty-Cricket Piapiac 2023-03-29 16:01:45 -07:00
parent 48a9197068
commit 0364947fcd
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ V sth(W i,H h){stb(i,h>>8),stb(i+1,h);}
V stw(W i,W w){sth(i,w>>16),sth(i+2,w);}
V vec(W i){Q(0x100<(i=low(i)),pur(ip),ip=i)}
#include<stdio.h>
_ W a,b;
_ V np(V){}
_ V ex(V){ip+=0x40001;}