mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Add scouts honor escape hatch for source embedding
This commit is contained in:
parent
c91b3c5006
commit
b4269930f7
547 changed files with 1516 additions and 944 deletions
6
examples/package/program.c
Normal file
6
examples/package/program.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "examples/package/lib/myprint.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
MyPrint("welcome to your package");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue