FreeCalypso > hg > themwi-system-sw
comparison mgw/crcx.c @ 127:f062c32a5116
mgw: implement DTMF
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 01 Oct 2022 20:31:15 -0800 |
parents | 738be11ac432 |
children |
comparison
equal
deleted
inserted
replaced
126:815e4c59162e | 127:f062c32a5116 |
---|---|
2 * In this module we implement our CRCX operation. | 2 * In this module we implement our CRCX operation. |
3 */ | 3 */ |
4 | 4 |
5 #include <sys/types.h> | 5 #include <sys/types.h> |
6 #include <sys/socket.h> | 6 #include <sys/socket.h> |
7 #include <sys/time.h> | |
7 #include <netinet/in.h> | 8 #include <netinet/in.h> |
8 #include <arpa/inet.h> | 9 #include <arpa/inet.h> |
9 #include <stdio.h> | 10 #include <stdio.h> |
10 #include <stdint.h> | 11 #include <stdint.h> |
11 #include <stdlib.h> | 12 #include <stdlib.h> |