Lösung des Praktikums Systementwurf

main.c 151B

1 year ago
123456789101112
  1. #include <stdio.h>
  2. #include <system.h>
  3. #include <inttypes.h>
  4. #include "test_data_channel.h"
  5. int main() {
  6. test_data_channels();
  7. return 0;
  8. }