mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-07 17:46:04 -05:00
8d353a5b3b
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@189 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
20 lines
351 B
C
20 lines
351 B
C
#ifndef PA_X86_PLAIN_CONVERTERS_H
|
|
#define PA_X86_PLAIN_CONVERTERS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
/**
|
|
@brief Install optimised converter functions suitable for all IA32 processors
|
|
*/
|
|
void PaUtil_InitializeX86PlainConverters( void );
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|
|
#endif /* PA_X86_PLAIN_CONVERTERS_H */
|