5 Copyright © 1995-2016, The AROS Development Team. All rights reserved.
10 # include <exec/types.h>
12 #ifndef UTILITY_HOOKS_H
13 # include <utility/hooks.h>
16 # include <aros/system.h>
18 #ifndef AROS_ASMCALL_H
19 # include <aros/asmcall.h>
24 CONST_STRPTR _s = s; \
25 while (*_s++ != '\0'); \
29 #endif /* _ALIB_INTERN_H */