os161 2.0.3

This commit is contained in:
2024-09-10 13:02:40 -04:00
commit 53c617d779
724 changed files with 93987 additions and 0 deletions

17
man/libc/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# Man pages for libraries
TOP=../..
.include "$(TOP)/mk/os161.config.mk"
MANDIR=/man/libc
MANFILES=\
__vprintf.html abort.html assert.html atoi.html bzero.html \
calloc.html err.html exit.html free.html getchar.html getcwd.html \
index.html malloc.html memcpy.html memmove.html memset.html \
printf.html putchar.html puts.html random.html realloc.html \
setjmp.html snprintf.html stdarg.html strcat.html strchr.html \
strcmp.html strcpy.html strerror.html strlen.html strrchr.html \
strtok.html strtok_r.html system.html time.html warn.html
.include "$(TOP)/mk/os161.man.mk"