1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

renamed dprintf to dbprintf

This commit is contained in:
kojima
1999-09-19 01:49:59 +00:00
parent 5b9b715cc4
commit fc1c86a87e
4 changed files with 25 additions and 25 deletions

View File

@@ -1462,7 +1462,7 @@ ExecuteShellCommand(WScreen *scr, char *command)
void dprintf(char *format, ...)
void dbprintf(char *format, ...)
{
va_list args;
@@ -1474,7 +1474,7 @@ void dprintf(char *format, ...)
void dputs(char *text)
void dbputs(char *text)
{
puts(text);
fflush(stdout);