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