Changeset 61 for pjproject/trunk/pjsip/src/test-pjsip/main.c
- Timestamp:
- Nov 20, 2005 10:58:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/main.c
r51 r61 17 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 18 */ 19 #include "test.h"20 #include <stdio.h>21 22 int main()23 {24 test_uri();25 test_msg();26 27 #if !IS_PROFILING28 puts("Press <ENTER> to quit.");29 fgets( s, sizeof(s), stdin);30 #endif31 return 0;32 }
Note: See TracChangeset
for help on using the changeset viewer.