diff options
Diffstat (limited to 'Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/INTERNS.H')
| -rw-r--r-- | Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/INTERNS.H | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/INTERNS.H b/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/INTERNS.H new file mode 100644 index 0000000..3a3fd1a --- /dev/null +++ b/Bachelor/Mikroprozessorsysteme2/ARM202U/EXAMPLES/REENT/INTERNS.H @@ -0,0 +1,12 @@ +/* + * Dummy interns.h sufficient to compile strlib. + * Copyright (C) Advanced RISC Machines Limited 1994. All rights reserved. + */ + +#ifndef __internals_h +#define __internals_h + +extern char *_strerror(int n, char *v); +extern void __set_strcoll_table(const unsigned char *table); + +#endif |
