hgbook

view it/examples/tour.merge.cat2.it @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents 713f0f69029a 11a6ba60bb9e
children
line source
1 <!-- BEGIN tour.merge.cat2 -->
2 <screen><prompt>$</prompt> <userinput>cat ../mio-hello/hello.c</userinput>
3 /*
4 * Rilasciato al pubblico dominio da Bryan O'Sullivan. Questo
5 * programma non รจ protetto da brevetti negli Stati Uniti o in
6 * altri paesi.
7 */
9 #include &lt;stdio.h&gt;
11 int main(int argc, char **argv)
12 {
13 printf("ciao, mondo!\");
14 printf("ancora ciao!\n");
15 return 0;
16 }
17 </screen>
18 <!-- END tour.merge.cat2 -->