summaryrefslogtreecommitdiff
path: root/src/stdint/int8_t.c
blob: 1153372571b555f2735d930a6ec4ff7db02fa112 (plain)
1
2
3
4
5
6
#include <stdint.h>
typedef signed char                                                      int8_t;

/*
STDC(199901)
*/