Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Set `errno` to a special value
# Instructions append

## Set `errno` to a special value

If the buffer is empty during a read attempt, an error is raised to alert the client.

These error values can be found in the [`errno.h`][errno.h] header file.
Expand Down
2 changes: 2 additions & 0 deletions exercises/practice/gigasecond/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Instructions append

## Use UTC

To solve this problem, you'll need to convert a `time_t` value into a `struct tm` value.
Expand Down
2 changes: 2 additions & 0 deletions exercises/practice/high-scores/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Instructions append

## Implementation

The functions in this exercise accept an array containing one or more numbers, each representing one 'game score'.

The player's game scores can be read from
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/word-count/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Instructions append

- Note that the tests for this exercise expect the output words to be proper C strings. That is, they should be NUL terminated. See https://en.wikipedia.org/wiki/C_string_handling
## Implementation

- Note that the tests for this exercise expect the output words to be proper C strings. That is, they should be NUL terminated. See https://en.wikipedia.org/wiki/C_string_handling