ReactOS 0.4.15-dev-7842-g558ab78
break.c File Reference
#include "diskpart.h"
Include dependency graph for break.c:

Go to the source code of this file.

Functions

BOOL break_main (INT argc, LPWSTR *argv)
 

Function Documentation

◆ break_main()

BOOL break_main ( INT  argc,
LPWSTR argv 
)

Definition at line 11 of file break.c.

12{
13 ConPuts(StdOut, L"\nTODO: Add code later since Win 7 Home Premium doesn't have this feature.\n");
14 return TRUE;
15}
void ConPuts(FILE *fp, LPCWSTR psz)
Definition: fc.c:16
#define StdOut
Definition: fc.c:14
#define TRUE
Definition: types.h:120
#define L(x)
Definition: ntvdm.h:50