From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../ARM202U/EXAMPLES/REENT/STRSHL | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/STRSHL (limited to 'Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/STRSHL') 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 -- cgit v1.2.3