[UP] show/alert/warn for battery status.
[arrow.git] / archlinux_conf / home / .vim / files / c.skel
blobe75054543526d9ae81cda889b84d0991bd466f7e
1 /* copyleft (C) GPL3 {{{2
2  * Filename:    _filename_
3  *
4  * Author:      arrow <arrow_zhang@sdc.sercomm.com>
5  * Created at:  _datetime_
6  * }}}*/
7 /*header files  {{{1*/
8 #include "debug.h"
9 /*}}}*/
11 /*declaration           {{{1*/
12 /*}}}*/
14 /*functions             {{{1*/
15 int main(int argc, char *argv[])
18         return 0;
21 /* vim:fdm=marker:ts=8:ft=c:norl:fdl=1:
22  * }}}*/