This website requires JavaScript.
Explore
Help
Sign In
misc
/
adsb-tools
Watch
1
Star
0
Fork
0
You've already forked adsb-tools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8316739941524649bc87529ef6003a84f40ac968
adsb-tools
/
adsbus
/
stdinout.h
6 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
Add --detach. Add multi-pass flag parsing that lets us get things in the right order.
2016-03-08 11:26:39 -08:00
#
pragma once
void
stdinout_opts_add
(
void
)
;
void
stdinout_init
(
void
)
;
Move stdin/out handling entirely into stdinout.c
2016-03-09 18:07:09 -08:00
void
stdinout_cleanup
(
void
)
;
Reference in New Issue
Copy Permalink