ReactOS 0.4.16-dev-2104-gb84fa49
break.c File Reference
#include "diskpart.h"
Include dependency graph for break.c:

Go to the source code of this file.

Functions

EXIT_CODE break_main (_In_ INT argc, _In_ PWSTR *argv)
 

Function Documentation

◆ break_main()

EXIT_CODE break_main ( _In_ INT  argc,
_In_ PWSTR argv 
)

Definition at line 12 of file break.c.

15{
16 ConPuts(StdOut, L"\nTODO: Add code later since Win 7 Home Premium doesn't have this feature.\n");
17 return EXIT_SUCCESS;
18}
void ConPuts(FILE *fp, LPCWSTR psz)
Definition: fc.c:16
#define StdOut
Definition: fc.c:14
#define L(x)
Definition: resources.c:13
#define EXIT_SUCCESS
Definition: rdjpgcom.c:55