citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
  Fossies Dox: citadel.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
support.h
Go to the documentation of this file.
1#include <stdio.h>
2
3void strproc (char *string);
4int getstring (FILE *fp, char *string);
void strproc(char *string)
Definition support.c:16
int getstring(FILE *fp, char *string)
Definition support.c:61