Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
7ad3ce42
Commit
7ad3ce42
authored
Aug 31, 1998
by
Niels Möller
Browse files
Moved function attribute macros.
Rev: src/lsh_types.h:1.3
parent
cfe2f930
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh_types.h
View file @
7ad3ce42
...
...
@@ -20,6 +20,14 @@
#define UINT8 unsigned char
#ifdef __GNUC__
#define NORETURN __attribute__ ((noreturn))
#define PRINTF_STYLE(f, a) __attribute__ ((format(printf, f, a)))
#else
#define NORETURN
#define PRINTF_STYLE(f, a)
#endif
/* Generic packet */
struct
lsh_string
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment