*** empty log message ***

This commit is contained in:
glenux 2004-02-19 18:26:46 +00:00
parent 418a0b5448
commit 79381b310f
2 changed files with 4 additions and 1 deletions

View file

@ -44,3 +44,5 @@ clean:
% : %.c
$(CC) $(CFLAGS) $< -o $* $(INCLUDES) $(LIBINC) $(LIBS)
edit:
gvim *.h *.c

View file

@ -8,7 +8,8 @@ int main(void) {
msgSpaceId testId;
msgSpace * mSPAC;
testId=(msgSpaceId)"test";
strcpy(testId,"test");
printf("RequestedId: %s\n",testId);
mSPAC=msgSpaceCreate(testId,0,0,NULL);
msgSpaceDelete(testId);