Making: math interpreter. Need to fix printf %f
This commit is contained in:
9
src/libc/ctype.h
Normal file
9
src/libc/ctype.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef CTYPE_H
|
||||
#define CTYPE_H
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
bool isdigit(char c);
|
||||
bool isspace(char c);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user