separate in directories
[mTask.git] / client / spec.c
1 #include "spec.h"
2 #include "interface.h"
3
4 void spec_send(void)
5 {
6 write_byte('c');
7 write_byte(0 | (HAVELED << 0) | (HAVEAIO << 1) | (HAVEDIO << 2));
8 write16(MAXTASKS);
9 write16(MAXSDSS);
10 write_byte('\n');
11 write_byte('\n');
12 }