include the function parameter names

This commit is contained in:
Kalamatee 2023-04-12 23:46:55 +01:00 committed by deadwood
parent 59a4744055
commit 4ead0f936c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ options peropenerbase,rellinklib
#
# == C99 functions that need dos.library ==
# * assert.h
void __stdcio_assert(const char *, const char *file, unsigned int line)
void __stdcio_assert(const char * expr, const char * file, unsigned int line)
.alias __assert
#
# * stdio.h