diff options
Diffstat (limited to 'Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/STRSHL')
| -rw-r--r-- | Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/STRSHL | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/STRSHL b/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/STRSHL new file mode 100644 index 0000000..3eee490 --- /dev/null +++ b/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/STRSHL @@ -0,0 +1,34 @@ +> strlib \
+ 0x40000
+
+; Include an image of the initialised data in the library itself.
+; Dynlink will copy this at run time to a zero-initialised area
+; reserved by the stub.
+
++()
+
+; Functions exported from the sharable string library
+
+memcpy
+memmove
+memchr
+memcmp
+strcat
+strchr
+strcmp
+strcoll
+__set_strcoll_table
+strcpy
+strcspn
+strerror
+_strerror
+strlen
+strncat
+strncmp
+strncpy
+strpbrk
+strrchr
+strspn
+strstr
+strtok
+strxfrm
|
