Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
valgrind
/
ef1b9722dd0213d727a1cb1553ae43584572d2b2
/
.
/
cachegrind
/
tests
/
myprint.c
blob: e22ae87a2f3919fe766282a29096593b111d96ab [
file
] [
log
] [
blame
]
njn25
e49d8e7
2002-09-23 09:36:25 +0000
[
diff
] [
blame
]
1
#include
<stdio.h>
2
3
void
myprint
(
void
)
4
{
5
puts
(
"This is myprint!"
);
6
}