-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge develop to next/kelvin/410 (#673)
Resolves #
- Loading branch information
Showing
8 changed files
with
430 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
#include "defs.h" | ||
|
||
c3_s | ||
c3_sift_short(c3_y buf_y[2]); | ||
c3_w | ||
c3_sift_word(c3_y buf_y[4]); | ||
c3_d | ||
c3_sift_chub(c3_y byt_y[8]); | ||
|
||
void | ||
c3_etch_short(c3_y buf_y[2], c3_s sot_s); | ||
void | ||
c3_etch_word(c3_y buf_y[4], c3_w wod_w); | ||
void | ||
c3_etch_chub(c3_y byt_y[8], c3_d num_d); | ||
|
||
c3_w c3_align_w(c3_w x, c3_w al, align_dir hilo); | ||
c3_d c3_align_d(c3_d x, c3_d al, align_dir hilo); | ||
void *c3_align_p(void const * p, size_t al, align_dir hilo); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,8 @@ vere_library( | |
"*.h", | ||
"db/*.c", | ||
"io/*.c", | ||
"io/*/*.h", | ||
"io/*/*.c", | ||
], | ||
exclude = [ | ||
"main.c", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.