getargv.h

来自「Ftee type Demo for Linux open source」· C头文件 代码 · 共 20 行

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