repo.or.cz
/
pfinal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit
[pfinal.git]
/
Routix
/
tareas
/
template
/
tarea.c
blob
29a861cb933c0e9ecc6e5a94df0b0e23e7dbadac
1
/* tarea.c */
2
#include
"stdarg.h"
3
#include <lib/routix.h>
4
#include <routix.h>
5
#include <string.h>
6
7
int
main
(
void
)
8
{
9
printf
(
"Ejemplo de tarea en Routix
\n
"
);
10
exit
(
0
);
11
}