Added quote to code_c.json

This commit is contained in:
monkeytypegeorge 2021-01-17 13:49:25 +00:00
parent f0a9fe11cd
commit 96055d456f

29
static/quotes/code_c.json Normal file
View file

@ -0,0 +1,29 @@
{
"language": "code_c",
"groups": [
[
0,
100
],
[
101,
300
],
[
301,
600
],
[
601,
9999
]
],
"quotes": [
{
"text": "asmlinkage __visible void __init __no_sanitize_address start_kernel(void)",
"source": "Linux Kernel Source Code",
"length": 73,
"id": 1
}
]
}