putchar method

int putchar(
  1. int __c
)

LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer

Implementation

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