Skip to content

Commit

Permalink
[更新] 提交遗漏代码
Browse files Browse the repository at this point in the history
  • Loading branch information
liu2guang committed Dec 29, 2019
1 parent 97bd217 commit 6d158df
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions curl/curl_v7.67.0/src/tool_hugehelp.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* Copyright (C) 1998 - 2014, Daniel Stenberg, <[email protected]>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
* furnished to do so, under the terms of the COPYING file.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
***************************************************************************/

#include "tool_setup.h"
#include "tool_hugehelp.h"

void hugehelp(void)
{
puts("This is a silly replacement for the actual file.");
}

0 comments on commit 6d158df

Please sign in to comment.