index
|
people
|
commits
|
about
emilia9
/
neutrino
/ tree
summary
|
tree
|
log
|
branches
|
tags
mistress
lib.c
1
#
include
<stdio.h>
2
#
include
"lib.h"
3
4
void
meow
(
void
)
{
5
printf
(
"
meow
\n
"
)
;
6
}