v/vlib/builtin/bare
Delyan Angelov b7c477cc18 freestanding: ptr_str, string concat, struct declaration
* compiler: extract c_common_macros from c_headers, and use it in bare_c_headers too. Support for ptr_str and string concatenation in -freestanding mode.

* Add tests for structs and string concatenation in -freestanding mode .

* Move check_string_add_works to string/string.v .
2019-12-16 19:05:33 +03:00
..
.checks freestanding: ptr_str, string concat, struct declaration 2019-12-16 19:05:33 +03:00
array_bare.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
builtin_bare.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
linuxsys_bare.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
mm_bare.v freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
string_bare.v freestanding: ptr_str, string concat, struct declaration 2019-12-16 19:05:33 +03:00
syscallwrapper_test.v os: replace dir_exists with is_dir; file_exists() => exists() 2019-12-04 23:17:45 +03:00