2 * Copyright 2008, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Axel Dörfler, axeld@pinc-software.de
12 static const char* const kShells
[] = {
17 static int sShellIndex
;
23 if (kShells
[sShellIndex
] == NULL
)
26 return (char*)kShells
[sShellIndex
++];