File: I.ex

package info (click to toggle)
nana 2.5-12
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,748 kB
  • ctags: 373
  • sloc: sh: 2,862; ansic: 1,546; makefile: 189; tcl: 48; lisp: 39
file content (21 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Script started on Mon Apr 21 19:20:38 1997
% ed main.c
main.c: No such file or directory
a
#include <nana.h>

main() {
  int i ;
  i = 0;
  I(i == 0);
}
.
wq
62
% # if you don't install nana in the main system directories you 
% # need to pass the include and library directories off to gcc
% gcc -L$HOME/work/play/lib -I$HOME/work/play/include main.c -lnana
% ./a.out
%

Script done on Mon Apr 21 19:23:33 1997