Added device/lib/serial_io.c: Default putchar() and getchar() for mcs51 uses serial...
[fw/sdcc] / device / lib / libsdcc.lib
index 8a95b82efe757597e473ae1655508d43e6db5229..fc6cf87978587a8f9494fc63edfec0c00d5803ad 100644 (file)
@@ -1,3 +1,4 @@
+_setjmp
 _iscntrl
 _isdigit
 _isgraph
@@ -7,12 +8,14 @@ _ispunct
 _isspace
 _isupper
 _isxdigit
+_itoa
+_ltoa
+_strcat
 _strchr
 _strcmp
 _strcpy
 _strcspn
 _strlen
-_strcat
 _strncat
 _strncmp
 _strncpy
@@ -23,16 +26,25 @@ _strstr
 _strtok
 _memcmp
 _memcpy
+_memmove
 _memset
 _gptrget
+_gptrgetc
 _gptrput
 _decdptr
 _bp
 _spx
+abs
+labs
+rand
 _atoi
 _atol
+calloc
 malloc
+realloc
+free
 serial
+serial_io
 _autobaud
 _startup
 _ser
@@ -40,5 +52,11 @@ puts
 gets
 printfl
 printf_large
+printf_fast
+printf_fast_f
+printf_tiny
+sprintf
 vprintf
 assert
+time
+bpx