putchar method

int putchar(
  1. int __c
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int putchar(int __c) {
  return _putchar(__c);
}