gcc3.2.1源代码

源代码在线查看: builtins5.c

软件大小: 26469 K
上传用户: ccuading
关键词: gcc 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				// Build don't link:				// Test that built-in functions aren't recognized without a prototype.				// Origin: Roger Sayle  Mar 20, 2002				// Copyright (C) 2002 Free Software Foundation.								int				foo ()				{				  return (int) ::strlen ("foo"); // ERROR - undeclared				}								int				bar ()				{				  return (int) std::strlen ("bar"); // ERROR - undeclared				}							

相关资源