~ubuntu-branches/ubuntu/trusty/tla/trusty

« back to all changes in this revision

Viewing changes to src/tla/libawk/relassoc.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Suffield
  • Date: 2004-05-30 20:13:29 UTC
  • Revision ID: james.westby@ubuntu.com-20040530201329-mgovd2u99mkxi0hf
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* relassoc.h:
 
2
 *
 
3
 ****************************************************************
 
4
 * Copyright (C) 2003 Tom Lord
 
5
 *
 
6
 * See the file "COPYING" for further information about
 
7
 * the copyright and warranty status of this work.
 
8
 */
 
9
 
 
10
#ifndef INCLUDE__LIBAWK__RELASSOC_H
 
11
#define INCLUDE__LIBAWK__RELASSOC_H
 
12
 
 
13
 
 
14
#include "tla/libawk/relational.h"
 
15
#include "tla/libawk/associative.h"
 
16
 
 
17
 
 
18
/* automatically generated __STDC__ prototypes */
 
19
extern assoc_table rel_to_assoc (rel_table t, int k, int v);
 
20
#endif  /* INCLUDE__LIBAWK__RELASSOC_H */
 
21
 
 
22
 
 
23
/* tag: Tom Lord Sat Jan  5 15:26:10 2002 (relassoc.h)
 
24
 */