Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 5/3/83; site ukc.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!mcvax!ukc!sl From: sl@ukc.UUCP (S.Lange) Newsgroups: net.lang.c Subject: Variables Message-ID: <4583@ukc.UUCP> Date: Tue, 13-Nov-84 07:58:00 EST Article-I.D.: ukc.4583 Posted: Tue Nov 13 07:58:00 1984 Date-Received: Thu, 15-Nov-84 01:36:04 EST Organization: Computing Laboratory, U of Kent at Canterbury, UK Lines: 14 I am trying to write a set of functions and procedures in C which will be used as a set of library routines. But I can not find any way to make the variables used inside these routines unavailable to the applications program. The problem is hiding certain functions, procedures and variables from the application program, but a few functions and procedures must be accessible from the main program. Ideally I would like to include the routines as a #include . CAN ANYONE HELP PLEASE THANX