Added strerror(3) as a Rust library #76

Closed
emma wants to merge 16 commits from strerror into main
Showing only changes of commit f14877118d - Show all commits

View File

@ -17,7 +17,7 @@ CC=cc
RUSTC=rustc RUSTC=rustc
.PHONY: all .PHONY: all
all: dj false fop intcmp rpn scrut str strcmp true all: dj false fop intcmp rpn scrut str strcmp swab true
build: build:
# keep build/include until bindgen(1) has stdin support # keep build/include until bindgen(1) has stdin support