*** empty log message ***
This commit is contained in:
@ -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];
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user