File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,11 @@ in order to keep the declarations alphabetically sorted:
160
160
int cmd_psuh(int argc, const char **argv, const char *prefix);
161
161
----
162
162
163
- Be sure to `#include "builtin.h"` in your `psuh.c`.
163
+ Be sure to `#include "builtin.h"` in your `psuh.c`. You'll also need to
164
+ `#include "gettext.h"` to use functions related to printing output text.
164
165
165
- Go ahead and add some throwaway printf to that function. This is a decent
166
- starting point as we can now add build rules and register the command.
166
+ Go ahead and add some throwaway printf to the `cmd_psuh` function. This is a
167
+ decent starting point as we can now add build rules and register the command.
167
168
168
169
NOTE: Your throwaway text, as well as much of the text you will be adding over
169
170
the course of this tutorial, is user-facing. That means it needs to be
You can’t perform that action at this time.
0 commit comments