/***********************************************************************1* *2* This software is part of the ast package *3* Copyright (c) 1989-2011 AT&T Intellectual Property *4* and is licensed under the *5* Eclipse Public License, Version 1.0 *6* by AT&T Intellectual Property *7* *8* A copy of the License is available at *9* http://www.eclipse.org/org/documents/epl-v10.html *10* (with md5 checksum b35adb5213ca9657e911e9befb180842) *11* *12* Information and Software Systems Research *13* AT&T Research *14* Florham Park NJ *15* *16* Glenn Fowler <[email protected]> *17* David Korn <[email protected]> *18* Eduardo Krell <[email protected]> *19* *20***********************************************************************/21#pragma prototyped22/*23* libast 3d symbol mappings to minimize pollution24*/2526#ifndef _NAME3D_AST_H27#define _NAME3D_AST_H2829#define _ast_state _3d_ast_state30#define _ast_getenv _3d_ast_getenv31#define _ast_info _3d_ast_info32#define _ast_setenviron _3d_ast_setenviron33#define _hash_info_ _3d_hash_info34#define astintercept _3d_astintercept35#define fmterror _3d_fmterror36#define fmttime _3d_fmttime37#define hashalloc _3d_hashalloc38#define hashdone _3d_hashdone39#define hashfree _3d_hashfree40#define hashlook _3d_hashlook41#define hashnext _3d_hashnext42#define hashscan _3d_hashscan43#define hashsize _3d_hashsize44#define hashwalk _3d_hashwalk45#define pathbin _3d_pathbin46#define pathcheck _3d_pathcheck47#define pathshell _3d_pathshell48#define pathtemp _3d_pathtemp49#define strmatch _3d_strmatch50#define strsubmatch _3d_strsubmatch51#define tokscan _3d_tokscan52#define touch _3d_touch5354#include <ast_lib.h>5556#undef _lib_fmterror5758extern char* _3d_ast_getenv(const char*);5960#endif616263