vb6+

来自「stm32+TFT+VB上位机」· 代码 · 共 42 行

TXT
42
字号
/****************************************Copyright (c)**************************************************                         
**
**                                 http://www.powermcu.com
**
**--------------File Info-------------------------------------------------------------------------------
** File name:			HzLib.h
** Descriptions:		None
**				
**------------------------------------------------------------------------------------------------------
** Created by:			AVRman
** Created date:		2010-11-1
** Version:				1.0
** Descriptions:		The original version
**
**------------------------------------------------------------------------------------------------------
** Modified by:			
** Modified date:	
** Version:
** Descriptions:							   
********************************************************************************************************/


#ifndef __HZLIB_H
#define __HZLIB_H 

/* Includes ------------------------------------------------------------------*/
#include <string.h>

/* Private function prototypes -----------------------------------------------*/
void GetGBKCode(unsigned char* pBuffer,unsigned char * c);

#endif 


/*********************************************************************************************************
      END FILE
*********************************************************************************************************/




⌨️ 快捷键说明

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