posix

所属分类:collect
开发工具:Crystal
文件大小:0KB
下载次数:0
上传日期:2020-12-09 14:04:37
上 传 者sh-1993
说明:  用于Crystal编程语言的POSIX C绑定生成器,
(POSIX C bindings generator for the Crystal programming language,)

文件列表:
Makefile (1665, 2020-12-09)
Vagrantfile (2197, 2020-12-09)
include/ (0, 2020-12-09)
include/crystal/ (0, 2020-12-09)
include/crystal/arpa/ (0, 2020-12-09)
include/crystal/arpa/inet.yml (174, 2020-12-09)
include/crystal/dirent.yml (246, 2020-12-09)
include/crystal/dlfcn.yml (308, 2020-12-09)
include/crystal/errno.yml (1073, 2020-12-09)
include/crystal/fcntl.yml (929, 2020-12-09)
include/crystal/iconv.yml (174, 2020-12-09)
include/crystal/netdb.yml (971, 2020-12-09)
include/crystal/netinet/ (0, 2020-12-09)
include/crystal/netinet/in.yml (984, 2020-12-09)
include/crystal/netinet/tcp.yml (150, 2020-12-09)
include/crystal/pthread.yml (3935, 2020-12-09)
include/crystal/signal.yml (1537, 2020-12-09)
include/crystal/stddef.yml (91, 2020-12-09)
include/crystal/stdint.yml (1454, 2020-12-09)
include/crystal/stdio.yml (1215, 2020-12-09)
include/crystal/stdlib.yml (1217, 2020-12-09)
include/crystal/string.yml (508, 2020-12-09)
include/crystal/sys/ (0, 2020-12-09)
include/crystal/sys/mman.yml (1013, 2020-12-09)
include/crystal/sys/select.yml (260, 2020-12-09)
include/crystal/sys/socket.yml (1326, 2020-12-09)
include/crystal/sys/stat.yml (808, 2020-12-09)
include/crystal/sys/syscall.yml (56, 2020-12-09)
include/crystal/sys/time.yml (209, 2020-12-09)
include/crystal/sys/times.yml (89, 2020-12-09)
include/crystal/sys/types.yml (698, 2020-12-09)
include/crystal/sys/un.yml (73, 2020-12-09)
include/crystal/sys/wait.yml (423, 2020-12-09)
include/crystal/termios.yml (1299, 2020-12-09)
include/crystal/time.yml (777, 2020-12-09)
include/crystal/unistd.yml (4529, 2020-12-09)
include/posix/ (0, 2020-12-09)
include/posix/arpa/ (0, 2020-12-09)
... ...

# C bindings for Crystal Follows the IEEE Std 1003.1, 2013 Edition (The Open Group Base Specifications Issue 7) as much as libc implementations do, along with some common additions that are required by Crystal. Bindings are automatically generated with CrystalLib from C headers. ## Targets Crystal only supports the `x86` and `x86_64` targets for now, but we should be capable to generate bindings for whatever POSIX C implementation. Each target will be checked when headers have been verified to be compliant. - Android - [ ] `arm` - [ ] `arm64` - [ ] `mips` - [ ] `mips64` - [ ] `mips` - [ ] `mips64` - [ ] `x86` - [ ] `x86_64` - FreeBSD - [ ] `x86` - [x] `x86_64` - iOS - [ ] `arm` - [ ] `arm64` - Linux - [x] gnu (`x86`, `x86_64`) - [x] musl (`x86`, `x86_64`) - Mac OSX - [x] darwin (`x86_64`) - Windows - [ ] cygwin ## Headers - [ ] `aio.h` - [x] `arpa/inet.h` - [ ] `assert.h` - [ ] `complex.h` - [x] `cpio.h` - [ ] `ctype.h` - [x] `dirent.h` - [x] `dlfcn.h` - [x] `errno.h` - [x] `fcntl.h` - [x] `fenv.h` - [x] `float.h` - [ ] `fmtmsg.h` - [x] `fnmatch.h` - [x] `ftw.h` - [x] `glob.h` - [x] `grp.h` - [x] `iconv.h` - [ ] `inttypes.h` - [ ] `iso646.h` - [x] `langinfo.h` - [x] `libgen.h` - [x] `limits.h` - [x] `locale.h` - [x] `math.h` - [x] `monetary.h` - [ ] `mqueue.h` - [ ] `ndbm.h` - [x] `net/if.h` - [x] `netdb.h` - [x] `netinet/in.h` - [x] `netinet/tcp.h` - [x] `nl_types.h` - [x] `poll.h` - [x] `pthread.h` - [x] `pwd.h` - [x] `regex.h` - [x] `sched.h` - [x] `search.h` - [x] `semaphore.h` - [x] `setjmp.h` - [x] `signal.h` - [x] `spawn.h` - [ ] `stdarg.h` - [ ] `stdbool.h` - [x] `stddef.h` - [x] `stdint.h` - [x] `stdio.h` - [x] `stdlib.h` - [x] `string.h` - [x] `strings.h` - [ ] `stropts.h` - [x] `sys/ipc.h` - [x] `sys/mman.h` - [ ] `sys/msg.h` - [x] `sys/resource.h` - [x] `sys/select.h` - [x] `sys/sem.h` - [x] `sys/shm.h` - [x] `sys/socket.h` - [x] `sys/stat.h` - [ ] `sys/statvfs.h` - [x] `sys/time.h` - [x] `sys/times.h` - [x] `sys/types.h` - [x] `sys/uio.h` - [x] `sys/un.h` - [x] `sys/utsname.h` - [x] `sys/wait.h` - [x] `syslog.h` - [ ] `tar.h` - [x] `termios.h` - [ ] `tgmath.h` - [x] `time.h` - [ ] `trace.h` - [x] `ulimit.h` - [x] `unistd.h` - [x] `utmpx.h` - [ ] `wchar.h` - [ ] `wctype.h` - [ ] `wordexp.h`

近期下载者

相关文件


收藏者