---
title: "Examples"
url: "https://wasix.org/docs/language-guide/c/examples/"
markdown: "https://wasix.org/docs/language-guide/c/examples.md"
---

# Examples

***

- [Epoll ](https://github.com/wasix-org/wasix-libc/tree/main/examples/epoll.c)
- [Execve ](https://github.com/wasix-org/wasix-libc/tree/main/examples/execve.c)
- [File Copy ](https://github.com/wasix-org/wasix-libc/tree/main/examples/file-copy.c)
- [Fork Longjmp ](https://github.com/wasix-org/wasix-libc/tree/main/examples/fork-longjmp.c)
- [Fork ](https://github.com/wasix-org/wasix-libc/tree/main/examples/fork.c)
- [Getrandom ](https://github.com/wasix-org/wasix-libc/tree/main/examples/getrandom.c)
- [Longjmp ](https://github.com/wasix-org/wasix-libc/tree/main/examples/longjmp.c)
- [Pipe ](https://github.com/wasix-org/wasix-libc/tree/main/examples/pipe.c)
- [Readdir Tree ](https://github.com/wasix-org/wasix-libc/tree/main/examples/readdir_tree.c)
- [Signal ](https://github.com/wasix-org/wasix-libc/tree/main/examples/signal.c)
- [Spawn ](https://github.com/wasix-org/wasix-libc/tree/main/examples/spawn.c)
- [Vfork ](https://github.com/wasix-org/wasix-libc/tree/main/examples/vfork.c)

---

[Documentation index](https://wasix.org/llms.txt) · [HTML version](https://wasix.org/docs/language-guide/c/examples/)
