diff options
Diffstat (limited to 'all_pairs/source/anagram/anagram_strings.h')
| -rw-r--r-- | all_pairs/source/anagram/anagram_strings.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/all_pairs/source/anagram/anagram_strings.h b/all_pairs/source/anagram/anagram_strings.h new file mode 100644 index 0000000..1e023fc --- /dev/null +++ b/all_pairs/source/anagram/anagram_strings.h | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | /* | ||
| 2 | |||
| 3 | This header is part of the TACLeBench benchmark suite. | ||
| 4 | Version 2.0 | ||
| 5 | |||
| 6 | Name: anagram_strings.h | ||
| 7 | |||
| 8 | Author: Raymond Chen | ||
| 9 | |||
| 10 | Function: This header contains some C standard library functions used by anagram. | ||
| 11 | |||
| 12 | Source: unknown | ||
| 13 | |||
| 14 | Original name: anagram | ||
| 15 | |||
| 16 | Changes: See ChangeLog.txt | ||
| 17 | |||
| 18 | License: See anagram.c | ||
| 19 | |||
| 20 | */ | ||
| 21 | |||
| 22 | #ifndef ANAGRAM_STRINGS_H | ||
| 23 | #define ANAGRAM_STRINGS_H | ||
| 24 | |||
| 25 | void anagram_bzero( char *p, unsigned long len ); | ||
| 26 | |||
| 27 | #endif | ||
