Changed _xdata, _near, etc and removed _generic from library files
[fw/sdcc] / device / lib / _strpbrk.c
index 9ed6aebce5a88e021e8aeaef526361dc8b0a9b4b..9938438afb65c22417dc434e036dfb795c675eb2 100644 (file)
@@ -24,9 +24,9 @@
 #include "string.h" 
 #define NULL (void *)0
 
-char _generic *strpbrk ( 
-       char _generic *string ,
-       char _generic *control
+char strpbrk ( 
+       char string ,
+       char control
                       ) 
 {
        register char ch ;