plastimatch
Loading...
Searching...
No Matches
plm_return_code.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _plm_return_code_h_
5#define _plm_return_code_h_
6
7#include "plmsys_config.h"
8
10{
11 PLM_UNINITIALIZED, /* Do not use */
12 PLM_SUCCESS, /* General success */
13 PLM_ERROR /* Unspecified error */
14};
15
16#endif
Plm_return_code
Definition plm_return_code.h:10
@ PLM_SUCCESS
Definition plm_return_code.h:12
@ PLM_ERROR
Definition plm_return_code.h:13
@ PLM_UNINITIALIZED
Definition plm_return_code.h:11