diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2021-10-26 13:22:32 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2021-10-26 13:22:32 -0400 |
| commit | 14c854543b1a3cf344a371a5b45595657f95786b (patch) | |
| tree | 70f752880522e5e44669af365754ac0f649dce81 /baseline/source/anagram/anagram_stdlib.h | |
| parent | 5e2ccfae0532ddd89bcc04bf14aad451e9c79785 (diff) | |
add deadlines and costs
Diffstat (limited to 'baseline/source/anagram/anagram_stdlib.h')
| -rw-r--r-- | baseline/source/anagram/anagram_stdlib.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/baseline/source/anagram/anagram_stdlib.h b/baseline/source/anagram/anagram_stdlib.h deleted file mode 100644 index 536fcc3..0000000 --- a/baseline/source/anagram/anagram_stdlib.h +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | /* | ||
| 2 | |||
| 3 | This header is part of the TACLeBench benchmark suite. | ||
| 4 | Version 2.0 | ||
| 5 | |||
| 6 | Name: anagram_stdlib.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_STDLIB_H | ||
| 23 | #define ANAGRAM_STDLIB_H | ||
| 24 | |||
| 25 | void *anagram_malloc( unsigned int numberOfBytes ); | ||
| 26 | |||
| 27 | void anagram_free_all( void ); | ||
| 28 | |||
| 29 | void anagram_qsort( void *va, unsigned long n, unsigned long es ); | ||
| 30 | |||
| 31 | #endif | ||
