mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Introduce new fatcosmocc command
This new script is an alternative to the `cosmocc` command. It's still a work in progress. It abstracts all the gory details of building separate copies of your executable and then running the apelink.com program.
This commit is contained in:
parent
8fc778162e
commit
d53c335a45
35 changed files with 1151 additions and 525 deletions
|
@ -23,6 +23,6 @@
|
|||
*
|
||||
* @return wc if written or -1 w/ errno
|
||||
*/
|
||||
wint_t(putwc_unlocked)(wchar_t wc, FILE *f) {
|
||||
wint_t putwc_unlocked(wchar_t wc, FILE *f) {
|
||||
return fputwc_unlocked(wc, f);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue