Changes in uspace/dist/src/c/demos/hello/hello.c [9d58539:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/hello/hello.c
r9d58539 rb7fd2a0 1 extern int putchar(char);1 extern errno_t putchar(char); 2 2 3 3 #define TERMINATOR '!'
Note:
See TracChangeset
for help on using the changeset viewer.