FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PACT/src/usage.h at main · MoatLab/PACT · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MoatLab
/
PACT
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
7
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
PACT
/
src
/
usage.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (10 loc) · 390 Bytes
Breadcrumbs
PACT
/
src
/
usage.h
Copy path
File metadata and controls
14 lines (10 loc) · 390 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
/* SPDX-License-Identifier: MIT */
/* Copyright (c) 2026 MoatLab, Virginia Tech. */
/* usage.h — CLI usage/help printer. */
#ifndef
PACT_USAGE_H
#define
PACT_USAGE_H
/* Print full --help text to stdout. */
void
pact_print_usage
(
const
char
*
prog_name
);
/* Print git version + build timestamp from generated src/build-info.h. */
void
pact_print_version
(
void
);
#endif
/* PACT_USAGE_H */
Back
|
FazBrowse Home
|
New Git URL