| 148 | #ifndef SFCTOOL |
| 149 | |
| 150 | const char * |
| 151 | artiname(int artinum) |
| 152 | { |
| 153 | if (artinum <= 0 || artinum > NROFARTIFACTS) |
| 154 | return ""; |
| 155 | return artilist[artinum].name; |
| 156 | } |
| 157 | |
| 158 | /* |
| 159 | Make an artifact. If a specific alignment is specified, then an object of |
no outgoing calls
no test coverage detected