mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
f1dfa4bdfa
https://justine.lol/cosmopolitan/documentation.html should now contain a lot of functions that had been missing previously due to not having them
6 lines
116 B
C
6 lines
116 B
C
#include "third_party/chibicc/test/test.h"
|
|
|
|
int (*__attribute__((__ms_abi__)) NtFoo)(int x, int y);
|
|
|
|
int main() {
|
|
}
|