From 8e1fd9991b58e0869206d3368a8fa49c7586ac8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Wed, 8 May 2019 00:00:09 +0000 Subject: [PATCH] assert_fail.c: add to readme index --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index e489a67..be68383 100644 --- a/README.adoc +++ b/README.adoc @@ -11495,6 +11495,10 @@ One "downside" of glibc is that it exercises much more kernel functionality on i Programs under link:userland/c/[] are examples of link:https://en.wikipedia.org/wiki/ANSI_C[ANSI C] programming. +* Standard library +** assert.h +*** link:userland/c/assert_fail.c[] + === GCC C extensions ==== C empty struct