This website works better with JavaScript
Home
Explore
Help
Sign In
david
/
so-tp1
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Tree:
2430e973fe
Branches
Tags
broken_mfq
ejercicio7
fix-schedmfq
master
so-tp1
/
tasks.h
tasks.h
94 B
History
Raw
1
2
3
4
5
6
7
#ifndef __TASKS_H__
#define __TASKS_H__
#include "basetask.h"
void tasks_init(void);
#endif