l3.libnazgul/src/nzg_list.c
Glenn Y. Rolland 34e2d07f7d Use real paths for msgSpace depending on NZG_REALFILEID
* PREPROCESSING : l'id differe en fonction du systeme (squash)
* Better handling of a return value (MAP_FAILED)
* Fix allocation size
2020-03-03 23:46:32 +01:00

11 lines
161 B
C

#include "libnazgul.h"
/*
void msgSpaceIdList(msgSpaceListId){
// i = le nombre d'id publics disponnibles
int i=0;
msgSpaceListId idList;
return;
}
*/