all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 997cdd191eb765c822a0dd7e22b5c4ead6533ec3 122 bytes (raw)
name: lib/min-max.h 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
 
#ifndef min
# define min(a,b) ((a) < (b) ? (a) : (b))
#endif
#ifndef max
# define max(a,b) ((a) > (b) ? (a) : (b))
#endif

debug log:

solving 997cdd191eb765c822a0dd7e22b5c4ead6533ec3 ...
found 997cdd191eb765c822a0dd7e22b5c4ead6533ec3 in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.