pool_construct.sh
来自「C++的一个好库。。。现在很流行」· Shell 代码 · 共 14 行
SH
14 行
#!/bin/sh
#
# Copyright (C) 2000 Stephen Cleary
#
# This file can be redistributed and/or modified under the terms found
# in "copyright.html"
# This software and its documentation is provided "as is" without express or
# implied warranty, and with no claim as to its suitability for any purpose.
#
# See http://www.boost.org for updates, documentation, and revision history.
#
m4 -P -E -DNumberOfArguments=$1 pool_construct.m4 > pool_construct.inc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?