This website requires JavaScript.
Explore
Help
Sign In
rfivet
/
uemacs
Watch
1
Star
0
Fork
0
You've already forked uemacs
mirror of
https://github.com/rfivet/uemacs.git
synced
2024-11-02 19:37:19 -04:00
Code
Releases
Activity
68a79430e6
uemacs
/
usage.h
7 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
uemacs: input.c: Fix mkstemp warning. Fix the following warning: input.c: In function ‘getstring’: input.c:590: warning: ignoring return value of ‘mkstemp’, declared with attribute warn_unused_result This add usage.c module for die function. This also add wrapper.c module for the xmkstemp that is wrapper function around the original mkstemp function. Both module codes was largelly based on git, linux and sparse codes. Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-12-03 20:32:08 -05:00
#
ifndef USAGE_H_
#
define USAGE_H_
cleanup usage and wrapper
2013-04-30 05:24:46 -04:00
void
die
(
const
char
*
err
,
.
.
.
)
;
uemacs: input.c: Fix mkstemp warning. Fix the following warning: input.c: In function ‘getstring’: input.c:590: warning: ignoring return value of ‘mkstemp’, declared with attribute warn_unused_result This add usage.c module for die function. This also add wrapper.c module for the xmkstemp that is wrapper function around the original mkstemp function. Both module codes was largelly based on git, linux and sparse codes. Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-12-03 20:32:08 -05:00
#
endif
/* USAGE_H_ */
Copy Permalink