資源簡介
automake-1.16.tar.gz 進行交叉編譯時候會用到的。。
代碼片段和文件信息
/*?Copyright?(C)?2006-2018?Free?Software?Foundation?Inc.
???This?program?is?free?software;?the?Free?Software?Foundation
???gives?unlimited?permission?to?copy?distribute?and?modify?it.??*/
#include?
#include?
int
main?(void)
{
??puts?(“Hello?World!“);
??puts?(“This?is?“?PACKAGE_STRING?“.“);
??return?0;
}
評論
共有 條評論