• 大小: 2.19MB
    文件类型: .gz
    金币: 2
    下载: 1 次
    发布日期: 2023-10-29
  • 语言: 其他
  • 标签: automake  

资源简介

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;
}

评论

共有 条评论