Move C standard library pxd files to libc package
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 10 Mar 2010 08:07:07 +0000 (09:07 +0100)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 10 Mar 2010 08:07:07 +0000 (09:07 +0100)
commit13f574a3808f92c0f2724d0472d7e164b565b626
treea714b2368ca8139bcc7e67b33e968fd7ed6d9dda
parentf98755eb745cbe60d5982954227a2f4039d1bbc0
Move C standard library pxd files to libc package

--HG--
rename : Cython/Includes/stdio.pxd => Cython/Includes/libc/stdio.pxd
rename : Cython/Includes/stdlib.pxd => Cython/Includes/libc/stdlib.pxd
Cython/Includes/libc/__init__.pyx [new file with mode: 0644]
Cython/Includes/libc/stdio.pxd [new file with mode: 0644]
Cython/Includes/libc/stdlib.pxd [new file with mode: 0644]
Cython/Includes/stdio.pxd
Cython/Includes/stdlib.pxd
tests/run/libc_stdlib.pyx [new file with mode: 0644]