From 8c0d99faffa0ff247858ac9ec8ab94597ebd07d0 Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Sun, 14 Jan 2024 15:18:29 +0100 Subject: [PATCH] Update C language standard --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a1070e2..921e341 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,7 @@ at rows $2$ and $3$, respectively, and both at column $6$. A skinny `main()` subroutine in the soruce file [`app_main.c`](./src/app/app_main.c) controls the program flow. -The application is written in high-level C17. +The application is written in high-level, modern C23. There is minimal use of assembly for startup and to interface with [TI-83 Plus System Routines](https://education.ti.com/html/eguides/discontinued/computer-software/EN/SDK-TI-83-System-Routines_EN.pdf).