ReactOS 0.4.16-dev-2104-gb84fa49
retain.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS DiskPart
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/system/diskpart/retain.c
5 * PURPOSE: Manages all the partitions of the OS in an interactive way.
6 * PROGRAMMERS: Lee Schroeder
7 */
8
9#include "diskpart.h"
10
15{
16 return EXIT_SUCCESS;
17}
static int argc
Definition: ServiceArgs.c:12
enum _EXIT_CODE EXIT_CODE
#define argv
Definition: mplay32.c:18
#define _In_
Definition: no_sal2.h:158
#define EXIT_SUCCESS
Definition: rdjpgcom.c:55
EXIT_CODE retain_main(_In_ INT argc, _In_ PWSTR *argv)
Definition: retain.c:12
uint16_t * PWSTR
Definition: typedefs.h:56
int32_t INT
Definition: typedefs.h:58