ReactOS 0.4.15-dev-7918-g2a2556c
comms.c File Reference
#include <apitest.h>
#include <stdio.h>
#include <assert.h>
#include <winuser.h>
#include <winreg.h>
#include <winsvc.h>
Include dependency graph for comms.c:

Go to the source code of this file.

Functions

static void test_FIXME (void)
 
 START_TEST (comms)
 

Function Documentation

◆ START_TEST()

START_TEST ( comms  )

Definition at line 42 of file comms.c.

43{
44 test_FIXME();
45}
static void test_FIXME(void)
Definition: comms.c:36

◆ test_FIXME()

static void test_FIXME ( void  )
static

Definition at line 36 of file comms.c.

37{
38
39}

Referenced by START_TEST().