1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-27 04:12:51 +00:00

Switch s_char uses to signed char. Remove s_char alias. (#208)

This commit is contained in:
Bruce Mitchener
2021-01-12 10:00:33 +07:00
committed by GitHub
parent 5a8f20c0ca
commit ec04803b53
4 changed files with 9 additions and 29 deletions

View File

@@ -20,6 +20,7 @@
/* */
/************************************************************************/
#include <stdint.h>
#include <stdio.h>
#include <sys/types.h>