📄 utpar.h
字号:
/*------------ Telecommunications & Signal Processing Lab --------------
McGill University
Routine:
UTpar.h
Description:
Declarations for the TSP utility routines.
Author / revision:
P. Kabal Copyright (C) 1997
$Revision: 1.1.1.1 $ $Date: 2005/12/22 09:54:42 $
----------------------------------------------------------------------*/
#ifndef UTpar_h_
#define UTpar_h_
/* Machine and data byte order codes */
enum {
DS_UNDEF = -1, /* undefined */
DS_EB = 0, /* big-endian */
DS_EL = 1, /* little-endian */
DS_NATIVE = 2, /* native */
DS_SWAP = 3 /* byte-swapped */
};
#endif /* UTpar_h_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -