You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
124 B

12 months ago
  1. #ifndef HELLOWORLD_H
  2. #define HELLOWORLD_H
  3. #include <stdint.h>
  4. int8_t do_bit_man(int8_t position);
  5. #endif // HELLOWORLD_H