⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filename.h

📁 avr MP3 的源程序,包含文件系统,适合初学者
💻 H
字号:
//**********************************************************************
//FileName     : fileName.h
//Created by   : ZhengYanbo
//Created Date : 09/09/2005
//Version      : v1.0
//Last modified: 
//**********************************************************************

#ifndef __fileName_H__
#define __fileName_H__

#include "type.h"

typedef struct
{ 
  word unicode;
  word GBcode;
} UNICODE_TAB;

//-------------------------------------------------------
//prototypes
//-------------------------------------------------------
word Unicode2GB(word unicode);
void file_name_to_GB(void);
byte get_string_word_length(byte *string);
void fileNameInsertSpace(void); 
void string_array(byte *string);
void print_file_name(byte *p);

#endif

⌨️ 快捷键说明

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