MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
2 | ********************************************************** | ||||
3 | * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! * | ||||
4 | ********************************************************** | ||||
5 | |||||
6 | SYNOPSIS: | ||||
7 | int widthof(mapping map) | ||||
8 | |||||
9 | DESCRIPTION: | ||||
10 | Return the number of values per index in mapping 'map'. It means | ||||
11 | the width of the mapping 'map'. | ||||
12 | |||||
13 | SEE ALSO: | ||||
14 | mappingp(E), mkmapping(E), m_indices,(E) m_values(E), | ||||
15 | m_delete(E), sizeof(E) |