*** empty log message ***

This commit is contained in:
2006-08-18 07:52:47 +00:00
parent 18910a5b87
commit cccbcc2f0a
4 changed files with 77 additions and 68 deletions

View File

@ -21,7 +21,8 @@ END {
print toupper ("AbcDEF");
arr[0] = "xxx";
print split ("abc def abc", arr);
//print split ("abc def abc", arr);
print split ("abc def abc", 10);
for (i in arr)
{
print i, " ", arr[i];

View File

@ -87,7 +87,7 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=.\rex3.c
SOURCE=.\awk.c
# End Source File
# End Group
# Begin Group "Header Files"