|
Last change
on this file since 429 was 305, checked in by Paul Smedley, 18 years ago |
|
Update source to ALSA 1.0.16 level
|
|
File size:
338 bytes
|
| Line | |
|---|
| 1 | #ifndef _LINUX_STRING_H
|
|---|
| 2 | #define _LINUX_STRING_H
|
|---|
| 3 | #if 0
|
|---|
| 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 | #endif
|
|---|
| 12 | #endif
|
|---|
| 13 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.