code wiki / _hdl_build / nx_argecho.nx

nx_argecho.nx

buildroot/runtime/_hdl_build/nx_argecho.nx

542 B16 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_argecho.nx -- prints each argv entry on its own line. A test child for nx_run: proves args (including ones with spaces, quotes, &, |, >) pass through VERBATIM -- the exact thing `sh -c` mangles. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_argecho.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_write

structs

none

consts

none

functions

5func main(argc: i64, argv: *i64) -> i64
calls 1: sys_write