Changeset e28175d in mainline for uspace/srv/net/udp/test/main.c
- Timestamp:
- 2020-03-15T10:44:02Z (5 years ago)
- Parents:
- b401b33 (diff), 44dde42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- heiducteam <tristanided@…> (2020-03-15 10:44:02)
- git-committer:
- GitHub <noreply@…> (2020-03-15 10:44:02)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/udp/test/main.c
rb401b33 re28175d 1 1 /* 2 * Copyright (c) 201 2 Petr Koupy2 * Copyright (c) 2019 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup draw 30 * @{ 31 */ 32 /** 33 * @file 34 */ 29 #include <pcut/pcut.h> 35 30 36 #ifndef DRAW_FONT_EMBEDDED_H_ 37 #define DRAW_FONT_EMBEDDED_H_ 31 PCUT_INIT; 38 32 39 #include "../font.h" 33 PCUT_IMPORT(assoc); 34 PCUT_IMPORT(msg); 35 PCUT_IMPORT(pdu); 40 36 41 extern errno_t embedded_font_create(font_t **, uint16_t points); 42 43 #endif 44 45 /** @} 46 */ 37 PCUT_MAIN();
Note:
See TracChangeset
for help on using the changeset viewer.