Switch: to freestanding stdint and stdbool headers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef CTYPE_H
|
||||
#define CTYPE_H
|
||||
|
||||
#include "stdint.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
bool isdigit(char c);
|
||||
bool isspace(char c);
|
||||
|
||||
Reference in New Issue
Block a user