Files
cosmopolitan/build
Justine Tunney 33e8fc8687 Expose public garbage collector API for C language
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
2021-03-08 10:59:34 -08:00
..
2021-03-03 14:30:25 -08:00
2021-02-07 07:02:46 -08:00
2020-06-15 07:18:57 -07:00
2021-02-27 12:08:28 -08:00
2021-02-19 23:03:34 -08:00
2021-02-19 23:03:34 -08:00
2020-11-25 08:19:00 -08:00
2021-02-19 23:03:34 -08:00
2020-10-27 03:39:46 -07:00
2020-09-28 01:20:34 -07:00
2021-02-19 23:03:34 -08:00
2020-08-31 21:02:14 -07:00