This is a slow ctype library for sjis characters. 高速ではない シフトジス用の ctype 文字類識別ライブラリです。
修订版 | a5354eb62b0ca92bdbda46bc1d30e8c9e1d7b4a0 (tree) |
---|---|
时间 | 2014-02-15 13:04:32 |
作者 | Joel Matthew Rees <reiisi@user...> |
Commiter | Joel Matthew Rees |
sjhexdump might not be so useful on *nix, but I added a Makefile rule to show the dependencies anyway.
@@ -17,7 +17,7 @@ CFLAGS = -Wall | ||
17 | 17 | |
18 | 18 | sjcobjects = slowsjctype.o sjisctypetest.o showch16.o showch8.o port.o hiragana-crypt.o |
19 | 19 | |
20 | -sjcexecutables = sjisctypetest showch16 showch8 hiragana-crypt | |
20 | +sjcexecutables = sjisctypetest showch16 showch8 hiragana-crypt sjhexdump | |
21 | 21 | |
22 | 22 | |
23 | 23 | all: slowsjctype.o $(sjcexecutables) |
@@ -40,6 +40,7 @@ showch8: showch8.o port.o | ||
40 | 40 | # For making working on the old (classic, pre-Mac OS X) Macintosh livable: |
41 | 41 | port.o: port.h |
42 | 42 | |
43 | +sjhexdump: sjhexdump.c slowsjctype.o | |
43 | 44 | |
44 | 45 | .PHCLEAN: sjcclean |
45 | 46 | sjcclean: |