/[LeafOK_CVS]/lbbs/src/screen.c
ViewVC logotype

Diff of /lbbs/src/screen.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.97 by sysadm, Mon Jun 16 01:36:56 2025 UTC Revision 1.98 by sysadm, Mon Jun 16 14:30:44 2025 UTC
# Line 14  Line 14 
14   *                                                                         *   *                                                                         *
15   ***************************************************************************/   ***************************************************************************/
16    
17    #define _POSIX_C_SOURCE 200809L
18    
19  #include "screen.h"  #include "screen.h"
20  #include "bbs.h"  #include "bbs.h"
21  #include "common.h"  #include "common.h"
# Line 24  Line 26 
26  #include "file_loader.h"  #include "file_loader.h"
27  #include <fcntl.h>  #include <fcntl.h>
28  #include <ctype.h>  #include <ctype.h>
29    #include <string.h>
30  #include <unistd.h>  #include <unistd.h>
31  #include <stdlib.h>  #include <stdlib.h>
32  #include <errno.h>  #include <errno.h>
# Line 32  Line 35 
35  #include <sys/param.h>  #include <sys/param.h>
36  #include <sys/shm.h>  #include <sys/shm.h>
37    
 #define _POSIX_C_SOURCE 200809L  
 #include <string.h>  
   
38  #define ACTIVE_BOARD_HEIGHT 8  #define ACTIVE_BOARD_HEIGHT 8
39    
40  #define STR_TOP_LEFT_MAX_LEN 40  #define STR_TOP_LEFT_MAX_LEN 40


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1