rename i64 to int64

This commit is contained in:
Yanyan Jiang 2019-05-31 13:49:11 +00:00
parent 696531b79b
commit 33e5bf71c0
2 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ SRCS = src/stdio.c \
src/cpp.c \ src/cpp.c \
src/stdlib.c \ src/stdlib.c \
src/io.c \ src/io.c \
src/i64.c src/int64.c
include $(AM_HOME)/Makefile.lib include $(AM_HOME)/Makefile.lib