Login
Wiki
Source
Last Change
Revision Log
root
/
GnuDevelopmentTools
/
src
/
hello_segfault.c
View revision:
Revision
7
, 79 bytes (checked in by wataru, 5 years ago)
1st edition
Line
1
#
define
MESSAGE
1024
2
3
int
main
() {
4
printf(
"%s\n"
, MESSAGE);
5
return
123;
6
}
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Plain Text
Original Format