Files
failnix/targets/wasm-tacle/sequential/anagram/anagram_compare.h

28 lines
425 B
C
Executable File

/*
This header is part of the TACLeBench benchmark suite.
Version 2.0
Name: anagram_compare.h
Author: Raymond Chen
Function: This header contains the comparison functions used by anagram.
Source: unknown
Original name: anagram
Changes: See ChangeLog.txt
License: See anagram.c
*/
#ifndef ANAGRAM_COMPARE_H
#define ANAGRAM_COMPARE_H
int anagram_CompareFrequency( char *pch1, char *pch2 );
#endif