filename.h

来自「avr MP3 的源程序,包含文件系统,适合初学者」· C头文件 代码 · 共 31 行

H
31
字号
//**********************************************************************
//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 + =
减小字号Ctrl + -
显示快捷键?