This website works better with JavaScript.
Explore
Help
Sign In
mu2pwryse
/
pebahstq5
Watch
1
Star
0
Fork
You've already forked pebahstq5
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
215b8c52b3
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '215b8c52b3'
${ noResults }
pebahstq5
/
biscuit
/
c
/
sync.c
8 lines
83 B
Raw
Normal View
History
Unescape
Escape
Use musl instead of litc in biscuit programs
6 years ago
#
include
<common.h>
add Biscuit user programs from origin
6 years ago
int
main
(
int
argc
,
char
*
*
argv
)
{
Use musl instead of litc in biscuit programs
6 years ago
sync
(
)
;
return
0
;
add Biscuit user programs from origin
6 years ago
}