Changeset 7727cfd in mainline
- Timestamp:
- 2021-04-09T22:41:22Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1746ede
- Parents:
- 4d2a4cd
- git-author:
- Jiri Svoboda <jiri@…> (2021-04-04 18:13:51)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-04-09 22:41:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/lib/c/include/clipboard.h ¶
r4d2a4cd r7727cfd 36 36 #define _LIBC_CLIPBOARD_H_ 37 37 38 #include <errno.h> 39 38 40 extern errno_t clipboard_put_str(const char *); 39 41 extern errno_t clipboard_get_str(char **);
Note:
See TracChangeset
for help on using the changeset viewer.