NAME

kjb_puts - (MACRO) Writes a null terminated string to stdout.

SYNOPSIS

#include "l/l_sys_io.h"

Example compile flags (system dependent):
  -DLINUX_386 -DLINUX_386_P4  
   -I/home/kobus/include
   -L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
  -lKJB         -llapack -lblas -lg2c          -lXext -lX11 


long kjb_puts(const char *output_string);

DESCRIPTION

This macro is defined as kjb_fputs(stdout, (x)). This is the safe way to write a string which is not known. If you use formatted IO on such a string, then you risk problems if the unknown string has a formatting character.

SEEALSO

kjb_fputs, fput_line, pso, kjb_fprintf

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTOR

Kobus Barnard

SEE ALSO

BUFF_FGET_LINE , BUFF_DGET_LINE