| Last change
 on this file since 250 was             63, checked in by vladest, 20 years ago | 
        
          | 
(Patches by Ruediger Ihle)Support for IRQs > 15
 Fixed resource manager registration
 Fixed crash on APM suspend/resume and system shutdown
 
 | 
        
          | File size:
            387 bytes | 
      
      
| Line |  | 
|---|
| 1 | #ifndef _LINUX_STRING_H | 
|---|
| 2 | #define _LINUX_STRING_H | 
|---|
| 3 |  | 
|---|
| 4 | char *strstr1 (const char *string1, const char *string2); | 
|---|
| 5 |  | 
|---|
| 6 | char *strncpy (char *string1, const char *string2, size_t count); | 
|---|
| 7 |  | 
|---|
| 8 | int   strcmp (const char *string1, const char *string2); | 
|---|
| 9 |  | 
|---|
| 10 | int   strncmp (const char *string1, const char *string2, size_t count); | 
|---|
| 11 |  | 
|---|
| 12 | size_t strlcpy(char *dst, const char *src, size_t size); | 
|---|
| 13 |  | 
|---|
| 14 | #endif | 
|---|
| 15 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.