print.h 76 B

1234567
  1. #ifndef _print_h
  2. #define _print_h
  3. int stderr_println(char* text);
  4. #endif