File: types.c

package info (click to toggle)
apparix 11-062-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,336 kB
  • sloc: ansic: 10,376; sh: 782; makefile: 48
file content (21 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*   (C) Copyright 2008, 2009 Stijn van Dongen
 *
 * This file is part of tingea.  You can redistribute and/or modify tingea
 * under the terms of the GNU General Public License; either version 3 of the
 * License or (at your option) any later version.  You should have received a
 * copy of the GPL along with tingea, in the file COPYING.
*/

#include "types.h"

const char* mcx_status_list[]
=  {  "OK"
   ,  "FAIL"
   ,  "DONE"
   ,  "IGNORE"
   ,  "NOMEM"
   ,  "ABORT"
   ,  "NEW"
   ,  "UNUSED"
   }  ;