#include <stdio.h>
#include <stdlib.h>
#include "prnt.h"
#include <stdarg.h>
Go to the source code of this file.
Functions | |
void | prnt (void(*ofunct)(int, void *), void *funct_arg, char *format, va_list args) |
void | stop_prnt (void) |
void prnt | ( | void(*)(int, void *) | ofunct, | |
void * | funct_arg, | |||
char * | format, | |||
va_list | args | |||
) |