Type representing a number. More...
Go to the source code of this file.
Functions | |
int | number_he_toggle (struct ConfigSubset *sub, struct HashElem *he, struct Buffer *err) |
Toggle the value of a number (value <-> 0) | |
Type representing a number.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file number.h.
int number_he_toggle | ( | struct ConfigSubset * | sub, |
struct HashElem * | he, | ||
struct Buffer * | err | ||
) |
Toggle the value of a number (value <-> 0)
num | Result, e.g. CSR_SUCCESS |
Definition at line 301 of file number.c.