Subversion Repositories programming

Rev

Rev 310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 310 Rev 312
Line 4... Line 4...
4
 * Copyright (c) 2006, Ira W. Snyder (devel@irasnyder.com)
4
 * Copyright (c) 2006, Ira W. Snyder (devel@irasnyder.com)
5
 ******************************************************************************/
5
 ******************************************************************************/
6
 
6
 
7
#include <stdio.h>
7
#include <stdio.h>
8
#include <math.h>
8
#include <math.h>
-
 
9
#include <unistd.h>
9
 
10
 
10
#include "draw.h"
11
#include "draw.h"
11
 
12
 
12
void wait_for_newline ()
13
void wait_for_newline ()
13
{
14
{