about summary refs log tree commit diff stats
path: root/dev/c/src/basic/Makefile
blob: 88f7890365067f6eeb52c4c7e92172d777dd013b (plain) (blame)
1
2
3
4
5
6
7
CC=gcc
CFLAGS=-Wall

shell: shell.c

clean:
	rm -f *.o shell
Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
package main

import "net/http"

// UserCount handles the /<format>/usercount endpoint.
// Responds with the number of registered users on the system.
func UserCount(w http.ResponseWriter, r *http.Request, format string) error {

	return nil
}