Changeset 8 for branches/with_autoconf/src/alias.cc
- Timestamp:
- Jun 25, 2008, 1:08:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/alias.cc
r3 r8 33 33 */ 34 34 35 #include"alias.h" 36 #include<string> 37 //#include<cstdarg.h> 38 //#include<cstdio.h> 39 #include<iostream> 35 #include "alias.h" 36 #include <string> 37 //#include <cstdarg.h> 38 //#include <cstdio.h> 39 #include <iostream> 40 #ifdef HAVE_CONFIG_H 41 #include "config.h" 42 #endif 40 43 41 44 const char * alias ()
Note: See TracChangeset
for help on using the changeset viewer.