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

📄 getargv.h

📁 Ftee type Demo for Linux open source
💻 H
字号:
/*
	<Function>
		FTMac_GetArgv

	<Description>
		argc/argv emulation for the Mac. Converts files dropped
		onto the application to full paths, and stuff them into
		argv.
	
	<Output>
		pargv :: a pointer to an argv array. The array doesn't need to
		exist before calling this function.

	<Return>
		The number of files dropped onto the app (ie. argc)
*/

int FTMac_GetArgv(char ***pargv);

⌨️ 快捷键说明

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