Changeset 742 in Sophya for trunk/SophyaProg/Tests/scanppf.cc
- Timestamp:
- Feb 26, 2000, 10:24:54 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/scanppf.cc
r589 r742 9 9 #include "sambainit.h" 10 10 11 #ifdef __MWERKS__ 12 #include <console.h> 13 #endif 14 11 15 int main(int narg, char* arg[]) 12 16 { 17 18 #ifdef __MWERKS__ 19 narg = ccommand(&arg); 20 #endif 21 13 22 SambaInitiator smbinit; 14 23
Note:
See TracChangeset
for help on using the changeset viewer.