This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/frida/tinycc
synced
2025-02-21 17:54:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tinycc
/
include
History
mingodad
c025478d7c
New implementation of va_list/va_start/var_copy that do not use dynamic memory, with this when compiling fossil-scm with tcc on linux X86_64 it works fine.
2014-03-28 20:28:19 +00:00
..
float.h
Fixed the LDBL_* macros in include/float.h for x86-64: as said
2014-01-12 22:26:09 +01:00
stdarg.h
New implementation of va_list/va_start/var_copy that do not use dynamic memory, with this when compiling fossil-scm with tcc on linux X86_64 it works fine.
2014-03-28 20:28:19 +00:00
stdbool.h
…
stddef.h
win32: _mingw.h: do not undef NULL
2013-01-24 19:49:58 +01:00
varargs.h
…