From 0ec5268baa8795e2ad08ddaf0641229221d87182 Mon Sep 17 00:00:00 2001 From: uz Date: Wed, 27 Aug 2008 20:02:48 +0000 Subject: [PATCH] Made strxfrm fastcall, added docs. git-svn-id: svn://svn.cc65.org/cc65/trunk@3895 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 44 ++++++++++++++++++++++++++++++++++++++--- include/string.h | 10 +++++----- libsrc/common/strxfrm.c | 2 +- 3 files changed, 47 insertions(+), 9 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 57a5ce948..ad9139524 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -388,7 +388,6 @@ It does not declare any functions. - @@ -488,7 +487,7 @@ It does not declare any functions. - + @@ -812,7 +811,7 @@ is present. The function is actually a macro. Disabling interrupts may lead to unexpected results. @@ -4068,6 +4067,7 @@ different locale has no effect. , + @@ -4183,6 +4183,7 @@ be used in presence of a prototype. , , + @@ -4260,6 +4261,7 @@ be used in presence of a prototype. , , + @@ -4288,6 +4290,7 @@ be used in presence of a prototype. , , + @@ -4422,6 +4425,7 @@ be used in presence of a prototype. , , + @@ -4530,6 +4534,7 @@ be used in presence of a prototype. , , + @@ -4668,6 +4673,39 @@ be used in presence of a prototype. +strxfrm