some .pxd for C99 on Cython/Includes/libc (incomplete, many tests missing)
authorLisandro Dalcin <dalcinl@gmail.com>
Tue, 16 Mar 2010 19:58:52 +0000 (16:58 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Tue, 16 Mar 2010 19:58:52 +0000 (16:58 -0300)
commitcd7ea555fff100161e2a5839b70b794469b23cea
treec2a8f05a48d977b3c47bb5d12c1f77f5dd146128
parent0bc3d7b7b1d544ddad5c5cc73d270d6dfe41a93b
some .pxd for C99 on Cython/Includes/libc (incomplete, many tests missing)

--HG--
extra : rebase_source : d9445f29b6d417ef02c53f7f9b490843de81501c
13 files changed:
Cython/Includes/libc/errno.pxd [new file with mode: 0644]
Cython/Includes/libc/float.pxd [new file with mode: 0644]
Cython/Includes/libc/limits.pxd [new file with mode: 0644]
Cython/Includes/libc/locale.pxd [new file with mode: 0644]
Cython/Includes/libc/signal.pxd [new file with mode: 0644]
Cython/Includes/libc/stddef.pxd [new file with mode: 0644]
Cython/Includes/libc/stdint.pxd [new file with mode: 0644]
Cython/Includes/libc/stdio.pxd
Cython/Includes/libc/stdlib.pxd
Cython/Includes/libc/string.pxd [new file with mode: 0644]
tests/compile/libc_all.pyx [new file with mode: 0644]
tests/compile/libc_errno.pyx [new file with mode: 0644]
tests/compile/libc_signal.pyx [new file with mode: 0644]