219N/A/*********************************************************************** 219N/A* This software is part of the ast package * 219N/A* Copyright (c) 1985-2011 AT&T Intellectual Property * 219N/A* and is licensed under the * 219N/A* Eclipse Public License, Version 1.0 * 219N/A* by AT&T Intellectual Property * 219N/A* A copy of the License is available at * 219N/A* (with md5 checksum b35adb5213ca9657e911e9befb180842) * 219N/A* Information and Software Systems Research * 219N/A* Glenn Fowler <gsf@research.att.com> * 219N/A* David Korn <dgk@research.att.com> * 219N/A* Phong Vo <kpv@research.att.com> * 219N/A***********************************************************************/ 219N/A* AT&T Bell Laboratories 618N/A * create symbolic name from external representation text in buf 219N/A * the arg order matches link(2) 219N/A for (v = (
char*)
buf; v < s; *t++ = *v++);