mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Add some more builtins to chibicc
https://justine.lol/cosmopolitan/documentation.html should now contain a lot of functions that had been missing previously due to not having them
This commit is contained in:
parent
ab38f0823d
commit
f1dfa4bdfa
17 changed files with 417 additions and 201 deletions
6
third_party/chibicc/test/msabi_test.c
vendored
Normal file
6
third_party/chibicc/test/msabi_test.c
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "third_party/chibicc/test/test.h"
|
||||
|
||||
int (*__attribute__((__ms_abi__)) NtFoo)(int x, int y);
|
||||
|
||||
int main() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue