initial checkin from subversion
This commit is contained in:
10
test_string.c
Normal file
10
test_string.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main ()
|
||||
{
|
||||
char text[70] = "Hallo";
|
||||
printf("\n text:");
|
||||
gets(text);
|
||||
puts(text);
|
||||
}
|
||||
Reference in New Issue
Block a user