repo.or.cz
/
arrow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ADD] conf deplate, and test viki.
[arrow.git]
/
ncurses
/
ncurses.c
blob
e0140c1c0e32f8acb7b1839330260ebb66876ff4
1
/* copyleft (C) GPL3 {{{2
2
* Filename: test.c
3
*
4
* Author: arrow <arrow_zhang@sdc.sercomm.com>
5
* Created at: Tue Jan 8 20:48:24 2008
6
* }}}*/
7
/*header files {{{1*/
8
#include
"debug.h"
9
/*}}}*/
10
11
/*declaration {{{1*/
12
/*}}}*/
13
14
/*functions {{{1*/
15
int
main
(
int
argc
,
char
*
argv
[])
16
{
17
18
return
0
;
19
}
20
21
/* vim:fdm=marker:ts=8:ft=c:norl:fdl=1:
22
* }}}*/
23