Search found 1 match

by titan1009
Wed Aug 04, 2004 3:16 am
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65129

706~Help me please

I don't know what's wrong with my code. Can anybody help me? Thanks in advance~ :P

#include <stdio.h>
#include <string.h>

void process1(int number , int s)
{
int k ;
printf(" ");
if ((number == 1) || (number == 4)){
for (k = 0 ; k < s ; k++)
printf(" ");
}
else {
for (k = 0 ; k < s ; k ...

Go to advanced search