Skip to content

siddhantsarkate/c-language

Repository files navigation

c-language

Sandbox for learning C Language.

Toolchain

The following commands will install the Toolchain, QEMU and GDB

sudo apt update -y
sudo apt install -y gcc-riscv64-unknown-elf qemu-system-misc gdb-multiarch

RISC-V Reference Card

The document used to understand the ISA PDF

never use scanf function in production code, it's not safe.

About

environment for learning C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages