Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
hello.c File Reference
#include <unistd.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "../dpip/dpip.h"
#include "dpiutil.h"
Include dependency graph for hello.c:

Go to the source code of this file.

Macros

#define _MSG(...)
 
#define MSG(...)   printf("[hello dpi]: " __VA_ARGS__)
 

Functions

int main (void)
 

Macro Definition Documentation

◆ _MSG

#define _MSG (   ...)

Definition at line 27 of file hello.c.

◆ MSG

#define MSG (   ...)    printf("[hello dpi]: " __VA_ARGS__)

Definition at line 28 of file hello.c.

Function Documentation

◆ main()