v/vlib/builtin/bare/.checks
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
..
consts freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
forkedtest freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
linuxsys freestanding: malloc/free with mm_alloc an mm_free 2019-12-08 13:44:52 +03:00
string freestanding: ptr_str, string concat, struct declaration 2019-12-16 19:05:33 +03:00
structs freestanding: ptr_str, string concat, struct declaration 2019-12-16 19:05:33 +03:00
.gitignore freestanding: ptr_str, string concat, struct declaration 2019-12-16 19:05:33 +03:00
checks.v freestanding: ptr_str, string concat, struct declaration 2019-12-16 19:05:33 +03:00
readme.md freestanding: add core linux syscalls and associated tests 2019-11-23 19:35:57 +03:00
sample_text1.txt freestanding: add core linux syscalls and associated tests 2019-11-23 19:35:57 +03:00

readme.md

In this directory:

v run checks.v