mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
You can now do epic things like this: puts(_gc(xasprintf("%d", 123))); The _gc() API is shorthand for _defer() which works like Go's keyword: const char *s = xasprintf("%d", 123); _defer(free, s); puts(s); Be sure to always use -fno-omit-frame-pointer which makes code fast too. Enjoy! See also #114 |
||
---|---|---|
.. | ||
bootstrap | ||
config.mk | ||
definitions.mk | ||
findtmp | ||
functions.mk | ||
gdb | ||
getccversion | ||
getcompile | ||
hello | ||
htags | ||
online.mk | ||
realify.sed | ||
realify.sh | ||
rules.mk | ||
sanitycheck | ||
sanitycheck2 |