dmtxutil.h

来自「Datamatrix二维码库和测试程序,运行于linux,仔细研究可以很容易转化」· C头文件 代码 · 共 45 行

H
45
字号
/*libdmtx - Data Matrix Encoding/Decoding LibraryCopyright (c) 2008 Mike LaughtonThis library is free software; you can redistribute it and/ormodify it under the terms of the GNU Lesser General PublicLicense as published by the Free Software Foundation; eitherversion 2.1 of the License, or (at your option) any later version.This library is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNULesser General Public License for more details.You should have received a copy of the GNU Lesser General PublicLicense along with this library; if not, write to the Free SoftwareFoundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USAContact: mike@dragonflylogic.com*//* $Id: dmtxread.h 124 2008-04-13 01:38:03Z mblaughton $ */#ifndef __DMTXUTIL_H__#define __DMTXUTIL_H__#ifdef HAVE_CONFIG_H#include "../../config.h"#endifextern int StringToInt(int *numberInt, char *numberString, char **terminate);extern void FatalError(int errorCode, char *fmt, ...);extern char *Basename(char *path);static char *symbolSizes[] = {      "10x10", "12x12",   "14x14",   "16x16",   "18x18",   "20x20",      "22x22", "24x24",   "26x26",   "32x32",   "36x36",   "40x40",      "44x44", "48x48",   "52x52",   "64x64",   "72x72",   "80x80",      "88x88", "96x96", "104x104", "120x120", "132x132", "144x144",       "8x18",  "8x32",   "12x26",   "12x36",   "16x36",   "16x48"};#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?