bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-sh-utils] please advise


From: hamid amjadi
Subject: [Bug-sh-utils] please advise
Date: Mon, 18 Sep 2000 12:20:40 -0700

#include <stdio.h>


main(){
char  *i = "TEST 1";
char *j = "sss";
dialmsg("X: %s %s \n", i, j);
}

dialmsg(s, args)
char *s ;
struct { char _arg[16] ; } args;
{

 (void) fprintf(stderr, s, args) ;
 (void) fflush(stderr) ;
 }

Please advise how i can make the above function to work.

hamid

u




reply via email to

[Prev in Thread] Current Thread [Next in Thread]