getargv.h

来自「freetype库的应用demo,里面包含freetype的很多实例」· 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 + -
显示快捷键?