FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpython-source-deps/programs/zstdcli_trace.h at zstd · python/cpython-source-deps · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython-source-deps
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
48
Star
29
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpython-source-deps
/
programs
/
zstdcli_trace.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (20 loc) · 617 Bytes
Breadcrumbs
cpython-source-deps
/
programs
/
zstdcli_trace.h
Copy path
File metadata and controls
24 lines (20 loc) · 617 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
* in the COPYING file in the root directory of this source tree).
* You may select, at your option, one of the above-listed licenses.
*/
#ifndef
ZSTDCLI_TRACE_H
#define
ZSTDCLI_TRACE_H
/**
* Enable tracing - log to filename.
*/
void
TRACE_enable
(
char
const
*
filename
);
/**
* Shut down the tracing library.
*/
void
TRACE_finish
(
void
);
#endif
/* ZSTDCLI_TRACE_H */
Back
|
FazBrowse Home
|
New Git URL