From 7f32ad51b0f08446d7f66e5403d69299d0d60021 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 1 Oct 2021 21:10:36 +0200 Subject: c4: added strl* functions cc: started peudo function parsing, currently for void main() only some philosophical thinking and testing around forward function declarations --- miniany/README.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'miniany/README.html') diff --git a/miniany/README.html b/miniany/README.html index 9b7fcbf..53eac72 100644 --- a/miniany/README.html +++ b/miniany/README.html @@ -25,7 +25,8 @@
  • negative enum initializers
  • do/while loops
  • more C functions like isspace, getc, strcmp
  • -
  • some simplified functions for printing like putstring, putint, putnl
  • +
  • some simplified functions for printing like putstring, putint, putnl replacing printf-like functions
  • +
  • BSD-style string functions like strlcpy, strlcat
  • strict C89 conformance, mainly use standard comment blocks, also removed some warnings
  • some casts around malloc and memset to fit to non-void freestanding-libc
  • converted printf to putstring/putint/putnl and some helper functions for error reporting like error()
  • -- cgit v1.2.3-54-g00ecf