⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 realpath

📁 Linux 下的编译工具
💻
字号:
#                                                                    -*-perl-*-$description = "Test the realpath functions.";$details = "";run_make_test('ifneq ($(realpath .),$(CURDIR))  $(error )endififneq ($(realpath ./),$(CURDIR))  $(error )endififneq ($(realpath .///),$(CURDIR))  $(error )endififneq ($(realpath /),/)  $(error )endififneq ($(realpath /.),/)  $(error )endififneq ($(realpath /./),/)  $(error )endififneq ($(realpath /.///),/)  $(error )endififneq ($(realpath /..),/)  $(error )endififneq ($(realpath /../),/)  $(error )endififneq ($(realpath /..///),/)  $(error )endififneq ($(realpath . /..),$(CURDIR) /)  $(error )endif.PHONY: allall: ; @:',              '',              '');# On Windows platforms, "//" means something special.  So, don't do these# tests there.if ($port_type ne 'W32') {  run_make_test('ifneq ($(realpath ///),/)  $(error )endififneq ($(realpath ///.),/)  $(error )endififneq ($(realpath ///..),/)  $(error )endif.PHONY: allall: ; @:',                '',                '');}# This tells the test driver that the perl test script executed properly.1;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -