This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Installation: | |
* require_once("extensions/MantisIntegration/MantisIntegration.php"); in LocalSettings.php | |
* update $mantisDBSERVER, $mantisDBUSER, $mantisDBUSERPW, $mantisDBNAME, $mantis_home | |
* Usage: | |
* <mantis>#bugid</mantis> | |
* | |
* @version 0.2 schke 2008-10-31 | |
* -change data input from php implode of bugsite to direct database access |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//This code works. Put in the commented out statements, doesn't work anymore. | |
#include<stdio.h> | |
#include<limits.h> | |
#include<ctype.h> | |
int main() | |
{ | |
int number=0; | |
int min=INT_MAX; |